Skip to content

Commit

Permalink
Correct path in publish-gradle-plugin script
Browse files Browse the repository at this point in the history
Fixes gh-27456
  • Loading branch information
wilkinsona committed Jul 22, 2021
1 parent 3321b83 commit 1389d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/publish-gradle-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1389d80

Please sign in to comment.