Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Upgrade to Gradle 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Feb 12, 2014
1 parent 8793223 commit ce47490
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 24 deletions.
19 changes: 19 additions & 0 deletions ci-wrapper.sh
@@ -0,0 +1,19 @@
#!/bin/sh
cd $(dirname $0)

function wrapper {
cd ./$1
./gradlew wrapper
cd ../
}

wrapper lite-device-delegating-view-resolver
wrapper lite-device-delegating-view-resolver-thymeleaf
wrapper lite-device-delegating-view-resolver-xml
wrapper lite-device-resolver
wrapper lite-device-resolver-xml
wrapper lite-site-preference-handler
wrapper lite-site-switcher-handler-mdot
wrapper lite-site-switcher-handler-urlpath

exit
Expand Up @@ -55,5 +55,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.10"
gradleVersion = "1.11"
}
Binary file not shown.
@@ -1,6 +1,6 @@
#Tue Jan 28 10:59:14 CST 2014
#Wed Feb 12 14:09:12 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
2 changes: 1 addition & 1 deletion lite-device-delegating-view-resolver-xml/build.gradle
Expand Up @@ -53,5 +53,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.10"
gradleVersion = "1.11"
}
Binary file not shown.
@@ -1,6 +1,6 @@
#Tue Jan 28 10:59:29 CST 2014
#Wed Feb 12 14:06:26 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
2 changes: 1 addition & 1 deletion lite-device-delegating-view-resolver/build.gradle
Expand Up @@ -53,5 +53,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.10"
gradleVersion = "1.11"
}
Binary file not shown.
@@ -1,6 +1,6 @@
#Tue Jan 28 10:58:57 CST 2014
#Wed Feb 12 14:09:07 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
2 changes: 1 addition & 1 deletion lite-device-resolver-xml/build.gradle
Expand Up @@ -53,5 +53,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.10"
gradleVersion = "1.11"
}
Binary file modified lite-device-resolver-xml/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
@@ -1,6 +1,6 @@
#Tue Jan 28 10:59:52 CST 2014
#Wed Feb 12 14:06:37 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
2 changes: 1 addition & 1 deletion lite-device-resolver/build.gradle
Expand Up @@ -53,5 +53,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.10"
gradleVersion = "1.11"
}
Binary file modified lite-device-resolver/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions lite-device-resolver/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Tue Jan 28 10:59:40 CST 2014
#Wed Feb 12 14:06:32 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
2 changes: 1 addition & 1 deletion lite-site-preference-handler/build.gradle
Expand Up @@ -53,5 +53,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.10"
gradleVersion = "1.11"
}
Binary file modified lite-site-preference-handler/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
@@ -1,6 +1,6 @@
#Tue Jan 28 11:00:03 CST 2014
#Wed Feb 12 14:06:43 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
2 changes: 1 addition & 1 deletion lite-site-switcher-handler-mdot/build.gradle
Expand Up @@ -53,5 +53,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.10"
gradleVersion = "1.11"
}
Binary file modified lite-site-switcher-handler-mdot/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
@@ -1,6 +1,6 @@
#Tue Jan 28 11:00:15 CST 2014
#Wed Feb 12 14:06:49 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
2 changes: 1 addition & 1 deletion lite-site-switcher-handler-urlpath/build.gradle
Expand Up @@ -53,5 +53,5 @@ repositories {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.10"
gradleVersion = "1.11"
}
Binary file not shown.
@@ -1,6 +1,6 @@
#Tue Jan 28 11:00:26 CST 2014
#Wed Feb 12 14:06:54 CST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip

0 comments on commit ce47490

Please sign in to comment.