Skip to content

Commit

Permalink
add local dependency on checker-qual
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-shettyy committed Mar 27, 2024
1 parent 5dd61bc commit 0e32b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ dependencies {
// To use a locally-built Checker Framework, run gradle with "-PcfLocal".
if (hasProperty('cfLocal')) {
def cfHome = String.valueOf(System.getenv('CHECKERFRAMEWORK'))
println cfHome
dependencies {
testImplementation files(cfHome + '/checker/dist/checker.jar')
testImplementation files(cfHome + '/framework-test/build/libs/framework-test-3.42.0-eisop3-SNAPSHOT.jar')
testImplementation files(cfHome + '/checker/dist/checker-qual.jar')

// Need plume-util dependency to typecheck conformance tests
testImplementation 'org.plumelib:plume-util:1.9.0'
Expand Down

0 comments on commit 0e32b63

Please sign in to comment.