Skip to content

Commit

Permalink
Use EISOP Framework 3.28.0-eisop1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Dec 8, 2022
1 parent 8e25638 commit 5c1b480
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ 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'
}

checkerFramework {
checkers = [
// No need to run CalledMethodsChecker, because ResourceLeakChecker does so.
Expand Down

0 comments on commit 5c1b480

Please sign in to comment.