one more improvement

This commit is contained in:
2025-06-02 11:47:38 +06:00
parent 05fd1c2b14
commit e3ea7be0e7
2 changed files with 13 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ function assert_success() {
fi
}
assert_success ./uploadSonatypePublication.main.kts --drop
readarray -t projects <<< "`./gradlew getPublishableModules --quiet`"
for project in "${projects[@]}"; do
echo "Start publishing of $project"