Skip to content

Commit f4cad07

Browse files
committed
ci(gradle): fix gradle & scripts
1 parent 82cb26c commit f4cad07

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.utility/bintray-release.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.github.johnrengelman.shadow'
22
apply plugin: 'java'
33
apply plugin: 'java-library'
44
apply plugin: 'maven'
5-
apply plugin: 'maven-publish'
65

76
uploadArchives.dependsOn assemble
87
uploadArchives.dependsOn sourcesJar

.utility/deploy-travis-wrapper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -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
88
PID=$!

.utility/secring.gpg.enc

2.38 KB
Binary file not shown.

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ apply plugin: 'java'
1414
apply plugin: 'checkstyle'
1515
apply plugin: 'eclipse'
1616
apply plugin: 'idea'
17+
apply plugin: 'signing'
1718

1819
archivesBaseName = 'ibm-watson'
1920

0 commit comments

Comments
 (0)