commit | 833710cfd3bf47bcac77f9baf119458be0a3e4bb | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Wed Oct 11 15:02:34 2023 +0200 |
committer | Rico Wind <ricow@google.com> | Wed Oct 11 15:02:34 2023 +0200 |
tree | 73b4069118389d1d0aca81b59d1337de27fc08a3 | |
parent | 15461fd3721bab06567f3c3b34c92d7147d639d2 [diff] [blame] |
Update archive_desugar_jdk_libs to new gradle Bug: 270105162 Change-Id: I8a5dad973651afc7fc17f773acf0366c9922e82a
diff --git a/tools/utils.py b/tools/utils.py index 0c2395d..4b15548 100644 --- a/tools/utils.py +++ b/tools/utils.py
@@ -53,6 +53,8 @@ GRADLE_TASK_SOURCE_JAR = ':test:sourcesJar' GRADLE_TASK_SWISS_ARMY_KNIFE = ':main:swissArmyKnife' GRADLE_TASK_TEST = ':test:test' +GRADLE_TASK_TEST_DEPS_JAR = ':test:allDepsJar' +GRADLE_TASK_TEST_JAR = ':test:allTestsJar' D8 = 'd8' R8 = 'r8'