Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-shettyy committed Mar 13, 2024
1 parent 2082e7d commit 81709c5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ spotless {
}
}

// To use a locally-built Checker Framework, run gradle with "-PcfLocal".
if (project.hasProperty('cfLocal')) {
def cfHome = String.valueOf(System.getenv('CHECKERFRAMEWORK'))
dependencies {
testImplementation files(cfHome + '/checker/dist/checker.jar')
testImplementation files(cfHome + '/checker/dist/framework.jar')
}
}

test {
exclude '**/NullnessJSpecifyConformanceTest.class'
}
Expand Down

0 comments on commit 81709c5

Please sign in to comment.