Skip to content

Commit 104cf62

Browse files
committed
Update recipes.bzl with 8.9.0
and version_mappings.txt with the expected Gradle version. Bug: 324919230 Test: existing Change-Id: I159e779d2bdf6dda3cf4f7c1b3cbbb2a884dd996
1 parent 7c167a5 commit 104cf62

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

recipes.bzl

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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)",

recipes/applyFusedLibraryPlugin/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

version_mappings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
8.6;8.9;1.9.22
88
8.7;8.9;1.9.22
99
8.8;8.10.2;1.9.22
10-
8.9;8.13;1.9.22
10+
8.9;8.11.1;1.9.22
1111
8.10;8.13;1.9.22
1212
8.11;8.13;1.9.22

0 commit comments

Comments
 (0)