android_mt6572_jiabo/external/testng/deploy-to-maven
2025-09-05 16:56:03 +08:00

14 lines
237 B
Text
Executable file

if [ -z "$SONATYPE_USER" ]
then
echo "Please define SONATYPE_USER"
exit 1
fi
if [ -z "$SONATYPE_PASSWORD" ]
then
echo "Please define SONATYPE_PASSWORD"
exit 1
fi
./gradlew uploadArchives && ./gradlew closeAndPromoteRepository