Skip to content

Commit

Permalink
Update version and don't always use SNAPSHOT versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Oct 6, 2023
1 parent f4762f6 commit 67b05b4
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 @@ -88,9 +88,9 @@ tasks.withType(JavaCompile).configureEach {
apply plugin: 'org.checkerframework'

dependencies {
compileOnly 'io.github.eisop:checker-qual:3.28.0-eisop1'
testCompileOnly 'io.github.eisop:checker-qual:3.28.0-eisop1'
checkerFramework 'io.github.eisop:checker:3.28.0-eisop1'
compileOnly 'io.github.eisop:checker-qual:3.34.0-eisop1'
testCompileOnly 'io.github.eisop:checker-qual:3.34.0-eisop1'
checkerFramework 'io.github.eisop:checker:3.34.0-eisop1'
}

checkerFramework {
Expand Down Expand Up @@ -120,7 +120,7 @@ checkerFramework {
]
}
// To use a snapshot version of the Checker Framework.
if (true) {
if (false) {
// TODO: change the above test to false when CF is released
ext.checkerFrameworkVersion = '3.34.1-eisop-SNAPSHOT'
dependencies {
Expand Down

0 comments on commit 67b05b4

Please sign in to comment.