We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffc68e commit b09b452Copy full SHA for b09b452
.travis.yml
@@ -10,10 +10,10 @@ cache:
10
- $HOME/.gradle/caches/
11
- $HOME/.gradle/wrapper/
12
before_install:
13
+- chmod +x ./publish.sh
14
- "openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in codesigning.asc.enc -out codesigning.asc -d && gpg --import ./codesigning.asc || echo"
15
- cd ./grpc-spring-boot-starter-gradle-plugin
16
- "openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./../codesigning.asc.enc -out codesigning.asc -d && gpg --import ./codesigning.asc || echo"
-- chmod +x ./publish.sh
17
install: true # disables default "./gradlew assemble" install script
18
after_success:
19
- ./publish.sh
0 commit comments