Skip to content

Commit

Permalink
Generate Muzzle for Groovy instrumentations
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog committed Nov 22, 2024
1 parent 79ca6e4 commit 7ca94c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/InstrumentPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class InstrumentPlugin implements Plugin<Project> {
InstrumentExtension extension = project.extensions.create('instrument', InstrumentExtension)

project.tasks.matching {
it.name in ['compileJava', 'compileScala', 'compileKotlin'] ||
it.name in ['compileJava', 'compileScala', 'compileKotlin', 'compileGroovy'] ||
it.name =~ /compileMain_.+Java/
}.all {
AbstractCompile compileTask = it as AbstractCompile
Expand Down

0 comments on commit 7ca94c8

Please sign in to comment.