Browse Source

build: disable maven uploads for now

Some issues are preventing it from working correctly ..
Kirill Vainer 10 năm trước cách đây
mục cha
commit
f2e2ac7d44
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)