You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
Execution failed for task ':jmhRunBytecodeGenerator'.
Could not resolve all files for configuration ':jmh'.
Cannot resolve external dependency org.openjdk.jmh:jmh-core:1.29 because no repositories are defined.
Required by:
project :
Cannot resolve external dependency org.openjdk.jmh:jmh-generator-bytecode:1.29 because no repositories are defined.
Required by:
project :
Bugs reported with a simple, minimal example are more likely to be fixed quickly than bugs without reproducers: figuring out a way to reproduce your problem is often what takes most time, so anything you can do to provide the minimal reproducible example, ideally in form of a test case, is welcome!
The text was updated successfully, but these errors were encountered:
Describe the bug
Execution failed for task ':jmhRunBytecodeGenerator'.
build.gradle
classpath "me.champeau.jmh:jmh-gradle-plugin:0.6.6"
ependencies {
apply plugin: "me.champeau.jmh"
To Reproduce
Steps to reproduce the behavior:
Bugs reported with a simple, minimal example are more likely to be fixed quickly than bugs without reproducers: figuring out a way to reproduce your problem is often what takes most time, so anything you can do to provide the minimal reproducible example, ideally in form of a test case, is welcome!
The text was updated successfully, but these errors were encountered: