File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.github.johnrengelman.shadow'
22apply plugin : ' java'
33apply plugin : ' java-library'
44apply plugin : ' maven'
5- apply plugin : ' maven-publish'
65
76uploadArchives. dependsOn assemble
87uploadArchives. dependsOn sourcesJar
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -o pipefail
33
4- openssl aes-256-cbc -K $encrypted_99a33d910092_key -iv $encrypted_99a33d910092_iv -in .utility/secring.gpg.enc -out .utility/secring.gpg -d
5- ./gradlew uploadArchives -Psigning.keyId=$SIGNING_KEY -Psigning.password=$SIGNING_PASSWORD -Psigning.secretKeyRingFile=./scripts /secring.gpg &
4+ openssl aes-256-cbc -K $encrypted_6afd0fc9428e_key -iv $encrypted_6afd0fc9428e_iv -in .utility/secring.gpg.enc -out .utility/secring.gpg -d
5+ ./gradlew uploadArchives -Psigning.keyId=$SIGNING_KEY -Psigning.password=$SIGNING_PASSWORD -Psigning.secretKeyRingFile=../.utility /secring.gpg &
66
77# output every 9 min to prevent a Travis timeout
88PID=$!
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ apply plugin: 'java'
1414apply plugin : ' checkstyle'
1515apply plugin : ' eclipse'
1616apply plugin : ' idea'
17+ apply plugin : ' signing'
1718
1819archivesBaseName = ' ibm-watson'
1920
You can’t perform that action at this time.
0 commit comments