diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-12-16 20:02:48 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-12-16 20:02:48 +0800 |
| commit | b0d57bc75fce85fbe92fca041a6f72386d90114c (patch) | |
| tree | 91a7dc1093dd81042d6b0a86dc599e45ddcd2d22 | |
| parent | b7f613dce8953d6a75105d98485dcbbe2ae123ce (diff) | |
| download | RoughlyEnoughItems-b0d57bc75fce85fbe92fca041a6f72386d90114c.tar.gz RoughlyEnoughItems-b0d57bc75fce85fbe92fca041a6f72386d90114c.tar.bz2 RoughlyEnoughItems-b0d57bc75fce85fbe92fca041a6f72386d90114c.zip | |
a
| -rw-r--r-- | JenkinsD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
