Skip to content

Commit

Permalink
Update ErrorProne and NullAway used in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Jun 30, 2020
1 parent 815bb47 commit 94b3707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/kotlin/net/ltgt/gradle/nullaway/fixtures.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import java.io.File

val testGradleVersion = System.getProperty("test.gradle-version", GradleVersion.current().version)

const val errorproneVersion = "2.3.4"
const val errorproneVersion = "2.4.0"
const val errorproneJavacVersion = "9+181-r4173-1"
const val nullawayVersion = "0.7.9"
const val nullawayVersion = "0.7.10"

const val FAILURE_SOURCE_COMPILATION_ERROR = "Failure.java:8: warning: [NullAway]"

Expand Down

0 comments on commit 94b3707

Please sign in to comment.