From 07c19aef37fe498cf77a06413eaaa9cdaffec3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 25 Jul 2015 21:04:32 -0700 Subject: [PATCH] Prepare jenkins-build for gradle --- jenkins-build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jenkins-build b/jenkins-build index ab5ffe4f8..f4fbdaf57 100755 --- a/jenkins-build +++ b/jenkins-build @@ -1,7 +1,7 @@ #!/bin/sh # -# Jenkins uses this script to set up the ant build. Jenkins will then call -# ant itself once this script has completed. +# Jenkins uses this script to set up the gradle build. Jenkins will then call +# gradle itself once this script has completed. set -e set -x @@ -15,7 +15,6 @@ sed -i \ -e "s,android:versionName=\"\([^\"][^\"]*\)\",android:versionName=\"\1.$versionNameDate\"," \ F-Droid/AndroidManifest.xml - if [ -z $ANDROID_HOME ]; then if [ -e ~/.android/bashrc ]; then . ~/.android/bashrc @@ -26,4 +25,3 @@ if [ -z $ANDROID_HOME ]; then fi cd F-Droid -./ant-prepare.sh