Skip to content

Commit 17294ff

Browse files
committed
Upgrading gradle
1 parent 3a1771b commit 17294ff

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.eriwen:gradle-js-plugin:1.0.3'
7+
classpath 'com.eriwen:gradle-js-plugin:1.1'
88
}
99
}
1010

@@ -34,7 +34,7 @@ task init(type: Directory, dependsOn: 'clean', description: 'Creates artifact ou
3434
}
3535

3636
task wrapper(type: Wrapper) {
37-
gradleVersion = '1.0'
37+
gradleVersion = '1.1'
3838
}
3939

4040
task jshintz(dependsOn: 'init', description: 'runs jshint on all non-test and lib JS files') {

gradle/wrapper/gradle-wrapper.jar

5.51 KB
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jun 28 07:16:47 MDT 2012
2-
distributionBase=GRADLE_USER_HOME
1+
#Tue Aug 21 18:36:49 MDT 2012
2+
zipStorePath=wrapper/dists
33
distributionPath=wrapper/dists
4+
distributionBase=GRADLE_USER_HOME
45
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
101101
warn "Could not set maximum file descriptor limit: $MAX_FD"
102102
fi
103103
else
104-
warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT"
104+
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
105105
fi
106106
fi
107107

0 commit comments

Comments
 (0)