File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ repositories {
2424
2525dependencies {
2626 checkerFramework(libs.checker)
27+ compileOnly(libs.checkerq)
2728
2829 testImplementation(platform(libs.kotest.bom))
2930 testImplementation(libs.kotest.runner)
3031 testImplementation(libs.kotest.datatest)
3132 testImplementation(libs.mockk)
33+ testCompileOnly(libs.checkerq)
3234}
3335
3436java {
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ openapiparser = "2023.3-SNAPSHOT"
33
44[libraries ]
55plugin-kotlin = " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
6- plugin-checker = " org.checkerframework:checkerframework-gradle-plugin:0.6.27 "
6+ plugin-checker = " org.checkerframework:checkerframework-gradle-plugin:0.6.29 "
77plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.46.0"
88checker = " org.checkerframework:checker:3.36.0"
9+ checkerq = " org.checkerframework:checker-qual:3.36.0"
910slf4j = " org.slf4j:slf4j-api:2.0.7"
1011logback = " ch.qos.logback:logback-classic:1.4.8"
1112
You can’t perform that action at this time.
0 commit comments