SAMOA-38: 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/e5af6569 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/e5af6569 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/e5af6569 Branch: refs/heads/releases/0.3.0-incubating Commit: e5af6569ed12a1d57c87b1ea7d611185c927faf6 Parents: fab7c74 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/e5af6569/.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/e5af6569/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
