We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a349bed commit ae11ed5Copy full SHA for ae11ed5
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
compile files("${checkerJar}")
51
compile group: 'com.google.errorprone', name: 'javac', version: "$errorproneJavacVersion"
52
53
- compile 'org.plumelib:options:1.0.5'
+ compile 'org.plumelib:options:2.0.0'
54
// Serialize constraints
55
compile 'com.googlecode.json-simple:json-simple:1.1.1'
56
// Pretty print serialized constraints
0 commit comments