This commit is contained in:
modmuss50 2020-02-12 18:36:01 +00:00
parent b0d3b3b77d
commit dffec285b2
11 changed files with 26 additions and 18 deletions

2
Jenkinsfile vendored
View file

@ -11,7 +11,7 @@ pipeline {
stage ('Build') {
when {
branch '1.15'
branch '1.16'
}
steps {
sh "./gradlew clean build publish curseTools --refresh-dependencies --stacktrace"