From f3d085304bad105e65ce0c77f25ae59161fd8776 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Mon, 28 Jun 2021 11:10:10 +0200 Subject: Inits branch with a simple groovy test --- deploy.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 deploy.sh (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 7c4658b..0000000 --- a/deploy.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -./gradlew uploadArchives -PsonatypeUsername="${SONATYPE_USERNAME}" -PsonatypePassword="${SONATYPE_PASSWORD}" -i -s -RETVAL=$? - -if [ $RETVAL -eq 0 ]; then - echo 'Completed publish!' -else - echo 'Publish failed.' - return 1 -fi -- cgit