Skip to content

Commit

Permalink
Remove no longer necessary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 31, 2025
1 parent b30caa2 commit 0b474f0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ dependencies {
jmhAnnotationProcessor(dependencyFromLibs("jmh-generator-annprocess"))
}

tasks.jmhJar {
notCompatibleWithConfigurationCache("https://github.com/melix/jmh-gradle-plugin/issues/229")
}

pluginManager.withPlugin("checkstyle") {
tasks.named<Checkstyle>("checkstyleJmh").configure {
// use same style rules as defined for tests
Expand Down

0 comments on commit 0b474f0

Please sign in to comment.