Skip to content

Commit 0b474f0

Browse files
committed
Remove no longer necessary workaround
1 parent b30caa2 commit 0b474f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.jmh-conventions.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ dependencies {
1111
jmhAnnotationProcessor(dependencyFromLibs("jmh-generator-annprocess"))
1212
}
1313

14-
tasks.jmhJar {
15-
notCompatibleWithConfigurationCache("https://github.com/melix/jmh-gradle-plugin/issues/229")
16-
}
17-
1814
pluginManager.withPlugin("checkstyle") {
1915
tasks.named<Checkstyle>("checkstyleJmh").configure {
2016
// use same style rules as defined for tests

0 commit comments

Comments
 (0)