mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 17:01:06 +03:00
Add gradle 1.10 with the new plugin 0.8 release
This commit is contained in:
parent
7beb9834a3
commit
6e537c2f37
2 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue