[CHORE] Update Maven Publishing on Release

This commit is contained in:
2023-07-31 16:12:06 +02:00
parent 570657b256
commit 5facb4c322

7
Jenkinsfile vendored
View File

@@ -23,11 +23,16 @@ pipeline {
sh "./gradlew clean"
}
}
stage("Publish") {
stage("Publish to Modrinth/Curseforge") {
steps {
sh "./gradlew publishMod -Prelease=true"
}
}
stage("Publish to Maven") {
steps {
sh "./gradlew publish -Prelease=true"
}
}
}
post {
always {