Sfoglia il codice sorgente

build: disable maven uploads for now

Some issues are preventing it from working correctly ..
Kirill Vainer 10 anni fa
parent
commit
f2e2ac7d44
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

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