File tree 2 files changed +2
-2
lines changed
grpc-spring-boot-starter-gradle-plugin
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ before_install:
16
16
- ls -la /home/travis/.gnupg
17
17
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
18
18
- gpg2 --batch --import ./codesigning.asc
19
- - gpg2 --export-secret-keys -o /home/travis/ .gnupg/secring.kbx
19
+ - gpg --keyring secring.gpg -- export-secret-keys > ~/ .gnupg/secring.gpg
20
20
- ls -la /home/travis/.gnupg
21
21
install : true # disables default "./gradlew assemble" install script
22
22
after_success :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply from: "../publishSonatype.gradle"
21
21
22
22
project[' signing.keyId' ] = System . getenv(' GPG_ID' )
23
23
project[' signing.password' ] = System . getenv(' GPG_PASSWORD' )
24
- project[' signing.secretKeyRingFile' ] = ' /home/travis/.gnupg/secring.kbx '
24
+ project[' signing.secretKeyRingFile' ] = ' /home/travis/.gnupg/secring.gpg '
25
25
26
26
project[' gradle.publish.key' ] = System . getenv(' gradlePublishKey' )
27
27
project[' gradle.publish.secret' ] = System . getenv(' gradlePublishSecret' )
You can’t perform that action at this time.
0 commit comments