We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7dab2 commit ff5fc21Copy full SHA for ff5fc21
1 file changed
build.gradle
@@ -209,16 +209,6 @@ subprojects {
209
pmdMain.dependsOn ':asm:jar'
210
pmdTest.dependsOn ':asm:jar'
211
212
- apply plugin: 'org.checkerframework'
213
- // To use a locally-built Checker Framework, run gradle with "-PcfLocal".
214
- if (project.hasProperty("cfLocal")) {
215
- def cfHome = String.valueOf(System.getenv("CHECKERFRAMEWORK"))
216
- dependencies {
217
- compileOnly files(cfHome + "/checker/dist/checker-qual.jar")
218
- testCompileOnly files(cfHome + "/checker/dist/checker-qual.jar")
219
- checkerFramework files(cfHome + "/checker/dist/checker.jar")
220
- }
221
222
dependencies {
223
implementation 'org.plumelib:reflection-util:1.1.4'
224
}
0 commit comments