Jelajahi Sumber

build: disable maven uploads for now

Some issues are preventing it from working correctly ..
Kirill Vainer 10 tahun lalu
induk
melakukan
f2e2ac7d44
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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)