NPE in Runner.run().entrySet() in JMH > 0.4.2
Julien Ponge
julien.ponge at insa-lyon.fr
Fri Apr 11 07:44:15 UTC 2014
> FUCKING. GRADLE. No. I can't test with JMH from repo.
I don't understand what's your problem with Gradle :-)
I have a project with JMH (built from source) + Gradle, and it works just fine.
Make sure you have:
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
compile group: 'org.openjdk.jmh', name: 'jmh-core', version: '1.0-SNAPSHOT'
compile group: 'org.openjdk.jmh', name: 'jmh-generator-annprocess', version: '1.0-SNAPSHOT'
}
- Julien
More information about the jmh-dev
mailing list