Skip to content

Commit

Permalink
Update recipes.bzl with 8.3.1 instead of 8.3.0
Browse files Browse the repository at this point in the history
Bug: 330777595
Test: existing
Change-Id: I2275a4b961e4f09e9c9a865a33c8cf293db81e04
  • Loading branch information
Vihasith Patnana committed Mar 21, 2024
1 parent 54e1a1b commit 4f0a66a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def recipe_test(
],
"jdk_version": 17,
},
"8.3.0": {
"name": name + "_8_3_0",
"8.3.1": {
"name": name + "_8_3_1",
"gradle_path": "$(location //tools/base/build-system:gradle-distrib-8.4)",
"manifest_repos": [
"//tools/base/build-system/previous-versions:8.3.0",
"//tools/base/build-system/previous-versions:8.3.1",
":kotlin_1_9_20",
"//tools/base/build-system:gradle-8.4-runtime-maven",
],
Expand Down

0 comments on commit 4f0a66a

Please sign in to comment.