build: disable maven uploads for now

Some issues are preventing it from working correctly ..
This commit is contained in:
Kirill Vainer 2015-08-25 00:16:27 -04:00
parent e5b3646fe4
commit f2e2ac7d44

View File

@ -25,7 +25,6 @@ install:
script: script:
- ./gradlew check - ./gradlew check
- ./gradlew createZipDistribution - ./gradlew createZipDistribution
- ./gradlew uploadArchives
before_deploy: before_deploy:
- export RELEASE_DIST=$(ls build/distributions/*.zip) - export RELEASE_DIST=$(ls build/distributions/*.zip)