فهرست منبع

build: disable maven uploads for now

Some issues are preventing it from working correctly ..
Kirill Vainer 10 سال پیش
والد
کامیت
f2e2ac7d44
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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)