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.
2 parents f6a0535 + 421804a commit 52f993bCopy full SHA for 52f993b
build.gradle
@@ -95,7 +95,7 @@ sourceCompatibility = 1.6
95
mainClassName = "net.sf.jabref.JabRefMain"
96
97
task wrapper(type: Wrapper) {
98
- gradleVersion = '2.0'
+ gradleVersion = '2.1'
99
}
100
101
compileJava {
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
0 commit comments