Browse Source

Merge branch '2.4.x' into 2.5.x

Closes gh-27457
pull/28375/head
Andy Wilkinson 4 years ago
parent
commit
3e99a97bd8
  1. 2
      ci/scripts/publish-gradle-plugin.sh

2
ci/scripts/publish-gradle-plugin.sh

@ -4,4 +4,4 @@ source $(dirname $0)/common.sh @@ -4,4 +4,4 @@ source $(dirname $0)/common.sh
version=$( cat artifactory-repo/build-info.json | jq -r '.buildInfo.modules[0].id' | sed 's/.*:.*:\(.*\)/\1/' )
git-repo/gradlew publishExisting -p git-repo/config/gradle-plugin-publishing -Pgradle.publish.key=${GRADLE_PUBLISH_KEY} -Pgradle.publish.secret=${GRADLE_PUBLISH_SECRET} -PbootVersion=${version} -PrepositoryRoot=$(pwd)/artifactory-repo
git-repo/gradlew publishExisting -p git-repo/ci/config/gradle-plugin-publishing -Pgradle.publish.key=${GRADLE_PUBLISH_KEY} -Pgradle.publish.secret=${GRADLE_PUBLISH_SECRET} -PbootVersion=${version} -PrepositoryRoot=$(pwd)/artifactory-repo

Loading…
Cancel
Save