Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repositories {

dependencies {
compile 'com.google.guava:guava:[10.+,)'
compile 'com.google.code.findbugs:jsr305:2.0.2'
compileOnly 'com.google.code.findbugs:jsr305:2.0.2'

// junit testing
testCompile 'junit:junit:4.11'
Expand Down Expand Up @@ -200,4 +200,4 @@ idea {
languageLevel = project_jdk
vcs = 'Git'
}
}
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat May 09 20:16:02 CDT 2015
#Mon Aug 07 10:08:34 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip