Skip to content

Commit a4cf96b

Browse files
authored
Replace space assignment for group (#276)
1 parent 6e196fd commit a4cf96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/me/champeau/jmh/JMHPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class JMHPlugin implements Plugin<Project> {
9595
}
9696

9797
project.tasks.register(JMH_NAME, JMHTask) {
98-
it.group JMH_GROUP
98+
it.group = JMH_GROUP
9999
it.jmhClasspath.from(configuration)
100100
it.testRuntimeClasspath.from(runtimeConfiguration)
101101
it.jarArchive.set(jmhJar.flatMap { it.archiveFile })

0 commit comments

Comments
 (0)