melix / jmh-gradle-plugin

Integrates the JMH benchmarking framework with Gradle
Apache License 2.0
676 stars 87 forks source link

Uses a deprecated method starting with Gradle 4.0 #92

Closed bmuschko closed 7 years ago

bmuschko commented 7 years ago

The following deprecation message is rendered when using the plugin against current master of Gradle core:

Using a single directory for all classes from a source set. This behaviour has been deprecated and is scheduled to be removed in Gradle 5.0
        at jmh_6ef4kuwkdiq4mwpxq9wis0xfk.run(/Users/bmuschko/dev/projects/gradle/gradle/jmh.gradle:28)

Should fix the deprecation and release a new version after Gradle 4.0 has been released.

melix commented 7 years ago

Fixed by #96