diff options
| author | 2019-05-11 00:18:45 +0200 | |
|---|---|---|
| committer | 2019-05-10 23:18:45 +0100 | |
| commit | b0eef1e7caab6483306d8a48176a78767897adda (patch) | |
| tree | bd6358316e8fbd87fe1a7e0f14319083ac944330 /Jenkinsfile | |
| parent | Don't remap specialized methods to their bridge partner in bytecode (diff) | |
| download | enigma-b0eef1e7caab6483306d8a48176a78767897adda.tar.gz enigma-b0eef1e7caab6483306d8a48176a78767897adda.tar.xz enigma-b0eef1e7caab6483306d8a48176a78767897adda.zip | |
Improve source generation and fix libJar (#129)
* Improve source generation and fix libJar
* Update jenkinsfile to do clean build
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index abc157cd..454fa51e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile | |||
| @@ -4,9 +4,8 @@ pipeline { | |||
| 4 | 4 | ||
| 5 | stage ('Build') { | 5 | stage ('Build') { |
| 6 | steps { | 6 | steps { |
| 7 | sh "rm -rf build/libs/" | ||
| 8 | sh "chmod +x gradlew" | 7 | sh "chmod +x gradlew" |
| 9 | sh "./gradlew build" | 8 | sh "./gradlew clean build" |
| 10 | 9 | ||
| 11 | archiveArtifacts artifacts: '**/build/libs/*.jar', fingerprint: true | 10 | archiveArtifacts artifacts: '**/build/libs/*.jar', fingerprint: true |
| 12 | } | 11 | } |