Files
2023-05-14 11:44:44 +00:00

15 lines
237 B
Plaintext
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