Remove Maven publishing on release for now

This commit is contained in:
2023-07-01 21:25:30 +02:00
parent 63adf004e0
commit 8a9c89bebb

2
Jenkinsfile vendored
View File

@@ -25,7 +25,7 @@ pipeline {
}
stage("Publish") {
steps {
sh "./gradlew publishMod publish -Prelease=true"
sh "./gradlew publishMod -Prelease=true"
}
}
}