Fixing version from commandline

This commit is contained in:
Ziver Koc 2024-09-17 23:15:18 +02:00
parent fabb77b0f0
commit 99f2f82c15
2 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View file

@ -37,7 +37,7 @@ pipeline {
configFileProvider([configFile(fileId: '70cb2022-0bc2-4b25-98a4-e1526dbf2735', variable: 'GRADLE_PROPERTIES')]) {
sh './gradlew ${gradleParams} publishToMavenLocal'
sh './gradlew ${gradleParams} -Prelease -PcustomProperties=${GRADLE_PROPERTIES} publish'
sh './gradlew ${gradleParams} -Prelease=true -PcustomProperties=${GRADLE_PROPERTIES} publish'
}
}
}