Skip to content

Commit 3671534

Browse files
committed
Skip Checker Framework in benchmark build configuration
1 parent 0f0b47a commit 3671534

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fixture-monkey-benchmarks/fixture-monkey-benchmark/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ plugins {
22
id("com.navercorp.fixturemonkey.gradle.plugin.java-conventions")
33
}
44

5+
val checkerFrameworkExtension =
6+
project.extensions.findByType<org.checkerframework.gradle.plugin.CheckerFrameworkExtension>()
7+
checkerFrameworkExtension?.skipCheckerFramework = true
8+
59
dependencies {
610
api(projects.fixtureMonkey)
711
}

0 commit comments

Comments
 (0)