Skip to content

Commit

Permalink
Replace space assignment for group (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jan 20, 2025
1 parent 6e196fd commit a4cf96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/me/champeau/jmh/JMHPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class JMHPlugin implements Plugin<Project> {
}

project.tasks.register(JMH_NAME, JMHTask) {
it.group JMH_GROUP
it.group = JMH_GROUP
it.jmhClasspath.from(configuration)
it.testRuntimeClasspath.from(runtimeConfiguration)
it.jarArchive.set(jmhJar.flatMap { it.archiveFile })
Expand Down

0 comments on commit a4cf96b

Please sign in to comment.