Skip to content

Commit

Permalink
Merge pull request #226 from donat/donat/deprecation/idea
Browse files Browse the repository at this point in the history
Make JMH compatible with Gradle 8.0
  • Loading branch information
melix authored Sep 21, 2022
2 parents dc8efcb + 9c019a1 commit 5545753
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 @@ -126,7 +126,7 @@ class JMHPlugin implements Plugin<Project> {
project.idea {
module {
project.sourceSets.jmh.java.srcDirs.each {
testSourceDirs += project.file(it)
testSources.from(project.file(it))
}
}
}
Expand Down

0 comments on commit 5545753

Please sign in to comment.