mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-08 15:51:08 +00:00
8
compose/scripts/reuploadArtifactsToMavenCentral
Executable file
8
compose/scripts/reuploadArtifactsToMavenCentral
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
. ./prepare
|
||||
|
||||
pushd ..
|
||||
./gradlew reuploadArtifactsToMavenCentral $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
|
||||
popd
|
||||
Reference in New Issue
Block a user