We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30caa2 commit 0b474f0Copy full SHA for 0b474f0
gradle/plugins/common/src/main/kotlin/junitbuild.jmh-conventions.gradle.kts
@@ -11,10 +11,6 @@ dependencies {
11
jmhAnnotationProcessor(dependencyFromLibs("jmh-generator-annprocess"))
12
}
13
14
-tasks.jmhJar {
15
- notCompatibleWithConfigurationCache("https://github.com/melix/jmh-gradle-plugin/issues/229")
16
-}
17
-
18
pluginManager.withPlugin("checkstyle") {
19
tasks.named<Checkstyle>("checkstyleJmh").configure {
20
// use same style rules as defined for tests
0 commit comments