Will this build now?

This commit is contained in:
2024-05-09 19:42:35 +02:00
parent 6ba40c2329
commit 82860ec672
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ pipeline {
dir('dev') {
sh "chmod +x ./gradlew"
sh "./gradlew clean"
sh "./gradlew build"
sh "./gradlew build -PreleaseType=snapshot"
}
}
}
@@ -42,7 +42,7 @@ pipeline {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
dir('dev') {
sh "./gradlew publish"
sh "./gradlew publish -PreleaseType=snapshot"
}
}
}

View File

@@ -1 +1 @@
16163ac944796dc258d7afa54484e5cfc29906d8
f712036d2e19267bd281397fb48ba4fe94774efa