Skip to content

Commit

Permalink
Merge pull request #73 from ledina/release
Browse files Browse the repository at this point in the history
Bump gradle publish timeouts for Sonatype, use latest publish plugin
  • Loading branch information
ledina authored Jun 12, 2020
2 parents 5a8c993 + fea272c commit bf5def0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -x
# If this is a master build then publish
if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
./gradlew \
-Dorg.gradle.internal.http.connectionTimeout=120000 \
-Dorg.gradle.internal.http.socketTimeout=120000 \
-Dorg.gradle.project.signing.keyId="$GPG_KEY_NAME" \
-Dorg.gradle.project.signing.password="$GPG_PASSPHRASE" \
-Dorg.gradle.project.signing.secretKeyRingFile="$GPG_SECRET_KEYRING_FILE" \
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id("groovy")
id("java-gradle-plugin")
id("maven-publish")
id("com.gradle.plugin-publish") version "0.10.1"
id("com.gradle.plugin-publish") version "0.12.0"
id("signing")
`kotlin-dsl`
}
Expand Down

0 comments on commit bf5def0

Please sign in to comment.