mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-11-13 18:40:33 +00:00
one more improvement
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user