chiark / gitweb /
bs: update gradle plugin/version pairs
authorBoris Kraut <krt@nurfuerspam.de>
Tue, 18 Apr 2017 17:42:52 +0000 (19:42 +0200)
committerBoris Kraut <krt@nurfuerspam.de>
Tue, 18 Apr 2017 17:42:52 +0000 (19:42 +0200)
buildserver/gradle

index 07404384e93a82d3f0fdc928591e262383758c54..6caaf86798f7bd7f603c0e78f0b54d975293b609 100755 (executable)
@@ -19,9 +19,9 @@ contains() {
 }
 
 # key-value pairs of what gradle version each gradle plugin version
-# should accept
-d_plugin_k=(   2.2  2.1.3  2.1  2.0 1.5 1.3 1.2   1.1   1.0 0.14 0.13 0.12 0.11 0.10  0.9  0.8 0.7 0.6 0.5 0.4 0.3 0.2)
-d_plugin_v=(2.14.1 2.14.1 2.12 2.12 2.4 2.4 2.3 2.2.1 2.2.1  2.1  2.1 1.12 1.12 1.12 1.11 1.10 1.9 1.8 1.6 1.6 1.4 1.4)
+# should accept (see: https://developer.android.com/studio/releases/gradle-plugin.html#updating-gradle)
+d_plugin_k=(2.3.1 2.3.0 2.3  2.2.3  2.2.2  2.2.1  2.2.0    2.2  2.1.3  2.1  2.0 1.5 1.3 1.2   1.1   1.0 0.14 0.13 0.12 0.11 0.10  0.9  0.8 0.7 0.6 0.5 0.4 0.3 0.2)
+d_plugin_v=(  3.3   3.3 3.3 2.14.1 2.14.1 2.14.1 2.14.1 2.14.1 2.14.1 2.12 2.12 2.4 2.4 2.3 2.2.1 2.2.1  2.1  2.1 1.12 1.12 1.12 1.11 1.10 1.9 1.8 1.6 1.6 1.4 1.4)
 
 # All gradle versions we know about
 plugin_v=(3.5 3.4.1 3.4 3.3 3.2.1 3.2 3.1 3.0 2.14.1 2.14 2.13 2.12 2.11 2.10 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2.1 2.2 2.1 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.4)