1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Update to Gradle 1.3

This commit is contained in:
Rob Winch
2012-11-30 16:33:44 -06:00
parent d40ecba9e0
commit eaf4843474
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -75,5 +75,5 @@ artifacts {
apply from: "$rootDir/gradle/ide-integration.gradle"
task wrapper(type: Wrapper) {
gradleVersion = '1.2'
gradleVersion = '1.3'
}
Binary file not shown.
+2 -2
View File
@@ -1,6 +1,6 @@
#Fri Sep 21 14:16:44 CDT 2012
#Fri Nov 30 16:30:08 CST 2012
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.3-bin.zip
Vendored
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##############################################################################
##