Removed gradle jar from repository (downloaded on the fly on Travis-CI)

Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/8f3d2a70
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/8f3d2a70
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/8f3d2a70

Branch: refs/heads/releases/0.3.0-incubating
Commit: 8f3d2a70c2dc49797fd5303a6b236af7d0549538
Parents: 073981a
Author: Gianmarco De Francisci Morales <[email protected]>
Authored: Thu Jul 2 17:01:16 2015 +0300
Committer: Gianmarco De Francisci Morales <[email protected]>
Committed: Thu Jul 2 17:01:16 2015 +0300

----------------------------------------------------------------------
 .travis.yml                         |   7 ++++---
 bin/s4-build/gradle-wrapper-1.4.jar | Bin 49875 -> 0 bytes
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/8f3d2a70/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9baaa4e..f54a520 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,10 @@ install:
 - git clone https://github.com/apache/incubator-s4.git
 - cd incubator-s4
 - git checkout tags/0.6.0-Final
-- cp ../bin/s4-build/gradlew .
-- cp ../bin/s4-build/gradle-wrapper-1.4.jar ./lib/
-- cp ../bin/s4-build/gradle-wrapper-1.4.properties ./lib/
+- mv ../bin/s4-build/gradlew .
+- wget http://people.apache.org/~gdfm/gradle-wrapper-1.4.jar 
+- mv gradle-wrapper-1.4.jar ./lib/
+- mv ../bin/s4-build/gradle-wrapper-1.4.properties ./lib/
 - ./gradlew install
 - ./gradlew s4-tools::installApp
 - cd ..

http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/8f3d2a70/bin/s4-build/gradle-wrapper-1.4.jar
----------------------------------------------------------------------
diff --git a/bin/s4-build/gradle-wrapper-1.4.jar 
b/bin/s4-build/gradle-wrapper-1.4.jar
deleted file mode 100644
index a7634b0..0000000
Binary files a/bin/s4-build/gradle-wrapper-1.4.jar and /dev/null differ

Reply via email to