Skip to content

Commit ff5fc21

Browse files
authored
Update build.gradle
1 parent 9a7dab2 commit ff5fc21

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -209,16 +209,6 @@ subprojects {
209209
pmdMain.dependsOn ':asm:jar'
210210
pmdTest.dependsOn ':asm:jar'
211211

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-
}
222212
dependencies {
223213
implementation 'org.plumelib:reflection-util:1.1.4'
224214
}

0 commit comments

Comments
 (0)