Skip to content

Commit

Permalink
Update recipes.bzl with 8.4.0
Browse files Browse the repository at this point in the history
Bug: 324919230
Test: existing
Change-Id: I9112a926eee9795c4498dc874bff7d948992c0e2
  • Loading branch information
scott-pollom committed May 1, 2024
1 parent d90ba49 commit d7618b8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ def recipe_test(
],
"jdk_version": 17,
},
"8.4.0": {
"name": name + "_8_4_0",
"gradle_path": "$(location //tools/base/build-system:gradle-distrib-8.6)",
"manifest_repos": [
"//tools/base/build-system/previous-versions:8.4.0",
":kotlin_1_9_22",
"//tools/base/build-system:gradle-8.6-runtime-maven",
],
"zip_repos": [],
"data": [
"//prebuilts/studio/sdk:build-tools/34.0.0",
"//tools/base/build-system:gradle-distrib-8.6",
],
"jdk_version": 17,
},
"ToT": {
"name": name,
"gradle_path": "$(location //tools/base/build-system:gradle-distrib)",
Expand Down

0 comments on commit d7618b8

Please sign in to comment.