File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
grpc-spring-boot-starter-gradle-plugin Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ before_install:
1717 - openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
1818 - gpg --batch --import ./codesigning.asc
1919 - ls -la /home/travis/.gnupg
20- - ls -la /home/travis/.gnupg/private-keys-v1.d
21- - find . | grep "secring.gpg"
20+ - gpg --batch --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg
2221 - ls -la /home/travis/.gnupg
2322install : true # disables default "./gradlew assemble" install script
2423after_success :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply from: "../publishSonatype.gradle"
2121
2222project[' signing.keyId' ] = System . getenv(' GPG_ID' )
2323project[' signing.password' ] = System . getenv(' GPG_PASSWORD' )
24- project[' signing.secretKeyRingFile' ] = ' /home/travis/.gnupg/secring.gpg '
24+ project[' signing.secretKeyRingFile' ] = ' /home/travis/.gnupg/pubring.kbx '
2525
2626project[' gradle.publish.key' ] = System . getenv(' gradlePublishKey' )
2727project[' gradle.publish.secret' ] = System . getenv(' gradlePublishSecret' )
You can’t perform that action at this time.
0 commit comments