shedaniel 5 năm trước cách đây
mục cha
commit
756f443e0f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      JenkinsD

+ 1 - 1
JenkinsD

@@ -10,7 +10,7 @@ pipeline {
             sh "rm -rf build/libs/"
             sh "chmod +x gradlew"
             sh "./gradlew clean --stacktrace"
-            sh "./gradlew curseforge build publish --refresh-dependencies --stacktrace"
+            sh "./gradlew build curseforge publish --refresh-dependencies --stacktrace"
 
             archiveArtifacts artifacts: '**/build/libs/*.jar', fingerprint: true
          }