Skip to content

Commit

Permalink
Adjust expectations for 'checker-qual' version
Browse files Browse the repository at this point in the history
See: 1bfbca3
  • Loading branch information
jjohannes committed Oct 12, 2020
1 parent 2134950 commit f91f6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val expectedCompileClasspathJava6 = expectedReducedRuntimeClasspathJava6 + setOf
)
val expectedCompileClasspathJava8 = expectedReducedRuntimeClasspathJava8 + setOf(
"jsr305-3.0.2.jar",
"checker-qual-2.11.1.jar",
"checker-qual-3.5.0.jar",
"error_prone_annotations-2.3.4.jar",
"j2objc-annotations-1.3.jar"
)
Expand Down

0 comments on commit f91f6fe

Please sign in to comment.