Skip to content

Commit 94af274

Browse files
authored
Update build.gradle
1 parent 2687558 commit 94af274

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

grpc-spring-boot-starter-gradle-plugin/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ apply plugin: 'signing'
1919
apply plugin: "de.marcphilipp.nexus-publish"
2020
apply from: "../publishSonatype.gradle"
2121

22+
project['signing.keyId'] = System.getenv('GPG_ID')
23+
project['signing.password'] = System.getenv('GPG_PASSWORD')
24+
project['signing.secretKeyRingFile'] = '/home/travis/.gnupg/secring.gpg'
25+
2226
project['gradle.publish.key'] = System.getenv('gradlePublishKey')
2327
project['gradle.publish.secret'] = System.getenv('gradlePublishSecret')
2428

0 commit comments

Comments
 (0)