Skip to content

Commit 5fab2f2

Browse files
author
hansdude
committed
Merge pull request #49 from rpmoore/master
Upgrading gradle to 2.1
2 parents bdafc3a + 9380e7e commit 5fab2f2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ atlassian-ide-plugin.xml
1515
*.class
1616
.*.swp
1717
/bin
18+
*.log

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ allprojects {
1919
}
2020

2121
subprojects {
22-
apply plugin: 'java'
2322
apply plugin: 'maven'
23+
apply plugin: 'java'
2424

2525
sourceCompatibility = JavaVersion.VERSION_1_7
2626
repositories {
@@ -35,7 +35,7 @@ subprojects {
3535
}
3636

3737
task wrapper(type: Wrapper) {
38-
gradleVersion = '2.0'
38+
gradleVersion = '2.1'
3939
}
4040

4141
project(':integration') {

gradle/wrapper/gradle-wrapper.jar

-331 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jul 29 14:10:20 MDT 2014
1+
#Mon Oct 13 13:19:26 MDT 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip

0 commit comments

Comments
 (0)