Skip to content

Commit

Permalink
Explictly model Gradle's kotlin runtime dependency
Browse files Browse the repository at this point in the history
Bug: 272822954
Bug: 324210569
Test: Existing tests still pass
Change-Id: Ic1ecd5ff5227640a44a10499e8ea0d71f417ff54
  • Loading branch information
cmwarrington committed Feb 7, 2024
1 parent 897658f commit f75df1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def recipe_test(
"manifest_repos": [
"//tools/base/build-system/previous-versions:8.1.0",
":kotlin_1_8_10",
"//tools/base/build-system:gradle-8.0-runtime-maven",
],
"zip_repos": [],
"data": [
Expand All @@ -36,6 +37,7 @@ def recipe_test(
"manifest_repos": [
"//tools/base/build-system/previous-versions:8.2.0",
":kotlin_1_8_10",
"//tools/base/build-system:gradle-8.2-runtime-maven",
],
"zip_repos": [],
"data": [
Expand All @@ -49,6 +51,7 @@ def recipe_test(
"manifest_repos": [
"//tools/base/build-system/previous-versions:8.3.0",
":kotlin_1_9_20",
"//tools/base/build-system:gradle-8.4-runtime-maven",
],
"zip_repos": [],
"data": [
Expand All @@ -62,6 +65,7 @@ def recipe_test(
"manifest_repos": [
"//tools/base/build-system/integration-test:kotlin_gradle_plugin_prebuilts",
":kotlin_1_9_20",
"//tools/base/build-system:gradle-runtime-maven",
],
"zip_repos": ["//tools/base/build-system:android_gradle_plugin"],
"data": [
Expand Down

0 comments on commit f75df1a

Please sign in to comment.