Skip to content

Commit

Permalink
Use EISOP artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Oct 6, 2023
1 parent 26584d7 commit f4762f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ checkerFramework {
// To use a snapshot version of the Checker Framework.
if (true) {
// TODO: change the above test to false when CF is released
ext.checkerFrameworkVersion = '3.34.1-SNAPSHOT'
ext.checkerFrameworkVersion = '3.34.1-eisop-SNAPSHOT'
dependencies {
compileOnly "org.checkerframework:checker-qual:${checkerFrameworkVersion}"
testCompileOnly "org.checkerframework:checker-qual:${checkerFrameworkVersion}"
checkerFramework "org.checkerframework:checker:${checkerFrameworkVersion}"
compileOnly "io.github.eisop:checker-qual:${checkerFrameworkVersion}"
testCompileOnly "io.github.eisop:checker-qual:${checkerFrameworkVersion}"
checkerFramework "io.github.eisop:checker:${checkerFrameworkVersion}"
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'minutes'
Expand Down

0 comments on commit f4762f6

Please sign in to comment.