Skip to content

Commit

Permalink
Merge branch '1.1.x' into 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Sep 6, 2019
2 parents 472278d + eefdcec commit 14f6328
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
command: openssl aes-256-cbc -d -in gradle.properties.enc -out gradle.properties -k "$KEY" -md sha256
- deploy:
name: Maven Central sync
command: ./gradlew mavenCentralSync -Prelease.useLastTag=true -x bintrayPublish -x bintrayUpload -x bintrayCreateVersion -x bintrayCreatePackage
# Maven Central Sync might take more than 10 minutes per artifact
# arbitrarily choose one project to run the `mavenCentralSync` task since all use the same Bintray package
command: ./gradlew :micrometer-core:mavenCentralSync -Prelease.useLastTag=true -x bintrayPublish -x bintrayUpload -x bintrayCreateVersion -x bintrayCreatePackage
# Maven Central Sync might take more than 10 minutes
no_output_timeout: 30m

workflows:
Expand Down

0 comments on commit 14f6328

Please sign in to comment.