Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrough committed Mar 31, 2023
1 parent 1746cd2 commit c9c9560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ xtras.dir.packages=/usr/local/kotlinxtras/packages
# otherwise everything is included
#Print xtras log statements to stdout as well as the gradle log
xtras.log.stdout=true
sonatypeRepoId=orgdanbrough-1477
sonatypeRepoId=orgdanbrough-1480
bootstrap=false
4 changes: 2 additions & 2 deletions scripts/publish_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ if [ "$REPO" == "SonaType" ]; then
OPTS="-PsignPublications=true -PpublishDocs=true"
fi

./gradlew $OPTS plugin:publishAllPublicationsToXtrasRepository || exit 1
./gradlew $OPTS core:publishAllPublicationsToXtrasRepository || exit 1
./gradlew $OPTS plugin:publishAllPublicationsTo${REPO}Repository || exit 1
./gradlew $OPTS core:publishAllPublicationsTo${REPO}Repository || exit 1

0 comments on commit c9c9560

Please sign in to comment.