We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e196fd commit a4cf96bCopy full SHA for a4cf96b
src/main/groovy/me/champeau/jmh/JMHPlugin.groovy
@@ -95,7 +95,7 @@ class JMHPlugin implements Plugin<Project> {
95
}
96
97
project.tasks.register(JMH_NAME, JMHTask) {
98
- it.group JMH_GROUP
+ it.group = JMH_GROUP
99
it.jmhClasspath.from(configuration)
100
it.testRuntimeClasspath.from(runtimeConfiguration)
101
it.jarArchive.set(jmhJar.flatMap { it.archiveFile })
0 commit comments