1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

Add gradle 1.10 with the new plugin 0.8 release

This commit is contained in:
Daniel Martí 2014-01-27 13:21:44 +01:00
parent 7beb9834a3
commit 6e537c2f37
2 changed files with 5 additions and 2 deletions

View File

@ -21,8 +21,8 @@ run_gradle() {
# key-value pairs of what gradle version each gradle plugin version
# should accept
d_plugin_k=(0.7 0.6 0.5 0.4 0.3 0.2)
d_plugin_v=(1.9 1.8 1.6 1.6 1.4 1.4)
d_plugin_k=( 0.8 0.7 0.6 0.5 0.4 0.3 0.2)
d_plugin_v=(1.10 1.9 1.8 1.6 1.6 1.4 1.4)
# Latest takes priority
files=(../build.gradle build.gradle)

View File

@ -78,6 +78,9 @@ cachefiles = [
('gradle-1.9-bin.zip',
'http://services.gradle.org/distributions/gradle-1.9-bin.zip',
'097ddc2bcbc9da2bb08cbf6bf8079585e35ad088bafd42e8716bc96405db98e9'),
('gradle-1.10-bin.zip',
'http://services.gradle.org/distributions/gradle-1.10-bin.zip',
'6e6db4fc595f27ceda059d23693b6f6848583950606112b37dfd0e97a0a0a4fe'),
('Kivy-1.7.2.tar.gz',
'http://pypi.python.org/packages/source/K/Kivy/Kivy-1.7.2.tar.gz',
'0485e2ef97b5086df886eb01f8303cb542183d2d71a159466f99ad6c8a1d03f1')