File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
recipes/applyFusedLibraryPlugin Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def recipe_test(
131131 "//tools/base/build-system/previous-versions:8.8.0" ,
132132 "//tools/base/build-system/integration-test:kotlin_gradle_plugin_prebuilts" ,
133133 ":kotlin_1_9_22" ,
134- "//tools/base/build-system:gradle-runtime-maven" ,
134+ "//tools/base/build-system:gradle-8.10.2- runtime-maven" ,
135135 ],
136136 "zip_repos" : [],
137137 "data" : [
@@ -140,6 +140,22 @@ def recipe_test(
140140 ],
141141 "jdk_version" : 17 ,
142142 },
143+ "8.9.0" : {
144+ "name" : name + "_8_9_0" ,
145+ "gradle_path" : "$(location //tools/base/build-system:gradle-distrib-8.11.1)" ,
146+ "manifest_repos" : [
147+ "//tools/base/build-system/previous-versions:8.9.0" ,
148+ "//tools/base/build-system/integration-test:kotlin_gradle_plugin_prebuilts" ,
149+ ":kotlin_1_9_22" ,
150+ "//tools/base/build-system:gradle-8.11.1-runtime-maven" ,
151+ ],
152+ "zip_repos" : [],
153+ "data" : [
154+ "//prebuilts/studio/sdk:build-tools/35.0.0" ,
155+ "//tools/base/build-system:gradle-distrib-8.11.1" ,
156+ ],
157+ "jdk_version" : 17 ,
158+ },
143159 "ToT" : {
144160 "name" : name ,
145161 "gradle_path" : "$(location //tools/base/build-system:gradle-distrib)" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description ="""
88 """
99
1010[agpVersion ]
11- min = " 8.9.0-alpha08 "
11+ min = " 8.9.0"
1212
1313# Relevant Gradle tasks to run per recipe
1414[gradleTasks ]
Original file line number Diff line number Diff line change 778.6;8.9;1.9.22
888.7;8.9;1.9.22
998.8;8.10.2;1.9.22
10- 8.9;8.13 ;1.9.22
10+ 8.9;8.11.1 ;1.9.22
11118.10;8.13;1.9.22
12128.11;8.13;1.9.22
You can’t perform that action at this time.
0 commit comments