File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jreleaser.model.Active
33plugins {
44 id(" java-library" )
55 id(" maven-publish" )
6- alias(libs.plugins.checkerframework)
6+ // alias(libs.plugins.checkerframework)
77 alias(libs.plugins.jreleaser)
88}
99
@@ -15,7 +15,7 @@ repositories {
1515}
1616
1717dependencies {
18- checkerFramework(libs.checker)
18+ // checkerFramework(libs.checker)
1919
2020 compileOnly(libs.checker.qual)
2121
@@ -26,13 +26,15 @@ dependencies {
2626 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2727}
2828
29+ /*
2930checkerFramework {
3031 version = libs.versions.checkerframework
3132
3233 checkers = listOf(
3334 "org.checkerframework.checker.compilermsgs.CompilerMessagesChecker"
3435 )
3536}
37+ */
3638
3739java {
3840 withJavadocJar()
You can’t perform that action at this time.
0 commit comments