Closed saikek closed 7 years ago
Are you sure you are running with Gradle 4.2? What's the output of:
gradle -v
Do you have a build scan you can share?
Yes, that was the issue - i installed a new version and forgot to change it in System properties.
The version 0.4.5-beta-2 fails with this error:
An exception occurred applying plugin request [id: 'me.champeau.gradle.jmh', version: '0.4.5-beta-2']
Failed to apply plugin [id 'me.champeau.gradle.jmh'] Could not generate a proxy class for class me.champeau.gradle.JMHPluginExtension.
$ gradle -v
Build time: 2017-10-02 15:36:21 UTC Revision: a88ebd6be7840c2e59ae4782eb0f27fbe3405ddf
Groovy: 2.4.12 Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 JVM: 1.8.0_151 (Oracle Corporation 25.151-b12) OS: Linux 4.13.9-xanmod16 amd64
The version 0.4.4 works fine.
0.4.5 is only compatible with Gradle 4.3+. Please look at the compatibility matrix in the README.
Oh, thanks. Missed that.
Hello All,
I'm using version 0.4.4 with gradle version 4.2. When i'm running
gradle clean jmh
I'm getting exception:Can anyone else reproduce it ? I've also tried version 3.* & gradle 3.5 version.