melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
659 stars 88 forks source link

Make JMH compatible with Gradle 8.0 #226

Closed donat closed 1 year ago

donat commented 1 year ago

IdeaModule.testSourceDirs is deprecated and scheduled for removal in Gradle 8.0.

donat commented 1 year ago

@melix the jmh plugin is used by the gradle/gradle build, so this change is actually required for removing IdeaModule.testSourceDirs from Gradle in 8.0.

melix commented 1 year ago

Thanks @donat !