Drop the "wrapper" gradle task in org.mozilla.mozstumbler

The builds were failing with:

----
* What went wrong:
A problem occurred evaluating root project 'org.mozilla.mozstumbler'.
> Gradle version 1.8 is required. Current version is 1.9. If using the gradle wrapper, try editing the distributionUrl in /home/vagrant/build/org.mozilla.mozstumbler/gradle/wrapper/gradle-wrapper.properties to gradle-1.8-all.zip
----

mvdan suggested removing the wrapper task until such time as f-droid can
support multiple installed gradle versions.
This commit is contained in:
Kevin Everets 2014-01-03 15:55:45 -05:00
parent 7f15c02a58
commit de01be6ea8

View file

@ -19,12 +19,12 @@ Repo:https://github.com/mozilla/MozStumbler.git
Build:0.8.0,18
commit=b6c090b
gradle=yes
prebuild=sed -i 's/debuggable true/debuggable false/' build.gradle
prebuild=sed -i -e 's/debuggable true/debuggable false/' -e '/task wrapper/,/^}$/d' build.gradle
Build:0.8.1,19
commit=98498e3
gradle=yes
prebuild=sed -i 's/debuggable true/debuggable false/' build.gradle
prebuild=sed -i -e 's/debuggable true/debuggable false/' -e '/task wrapper/,/^}$/d' build.gradle
Auto Update Mode:None
Update Check Mode:Tags