Trying without gnugpg
This commit is contained in:
parent
b4719d2eb4
commit
9666853ccf
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -34,7 +34,7 @@ pipeline {
|
|||
steps {
|
||||
withGradle {
|
||||
configFileProvider([configFile(fileId: '70cb2022-0bc2-4b25-98a4-e1526dbf2735', variable: 'GRADLE_PROPERTIES')]) {
|
||||
sh 'GPG_TTY=$(tty) ./gradlew ${gradleParams} -PcustomProperties=${GRADLE_PROPERTIES} sign'
|
||||
sh 'GPG_TTY="$(tty)" ./gradlew ${gradleParams} -PcustomProperties=${GRADLE_PROPERTIES} sign'
|
||||
|
||||
sh './gradlew ${gradleParams} publishToMavenLocal'
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ publishing {
|
|||
// Signing
|
||||
|
||||
signing {
|
||||
useGpgCmd()
|
||||
//useGpgCmd()
|
||||
sign publishing.publications.mavenJava
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue