mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-16 20:20:29 +03:00
Add support for gradle 1.11 (and plugin ver 0.9)
This commit is contained in:
parent
0709df985f
commit
c76d2321f3
3 changed files with 6 additions and 3 deletions
|
|
@ -21,8 +21,8 @@ run_gradle() {
|
|||
|
||||
# key-value pairs of what gradle version each gradle plugin version
|
||||
# should accept
|
||||
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)
|
||||
d_plugin_k=( 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2)
|
||||
d_plugin_v=(1.11 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