Update desugared library configuration versions
Releasing support for Base64.
jdk8: No change (not updated any more)
jdk11_legacy: No change (not updated any more)
jdk11_minimal, jdk11 and jdk11_nio: 2.0.4
jdk11_minimal has not changed as it does not include Base64, but updated
version anyway to keep same version for all jdk11 versions.
Using revision ed7b0012869402d8755876723d75cccd6ff652d0 of
https://github.com/google/desugar_jdk_libs obtained with:
tools/desugar_jdk_libs_update.py
--desugar-jdk-libs-revision ed7b0012869402d8755876723d75cccd6ff652d0
Bug: b/308750535
Change-Id: I0fd56e7db04946a8098e2fce37179227b44be651diff --git a/tools/utils.py b/tools/utils.py
index 3ef0a8f..4b84f58 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -55,7 +55,7 @@
GRADLE_TASK_TEST = ':test:test'
GRADLE_TASK_ALL_TESTS_WITH_APPLY_MAPPING_JAR = ':test:rewriteTestsForR8LibWithRelocatedDeps'
GRADLE_TASK_TEST_DEPS_JAR = ':test:packageTestDeps'
-GRADLE_TASK_TEST_JAR = ':test:allTestsJar'
+GRADLE_TASK_TEST_JAR = ':test:relocateTestsForR8LibWithRelocatedDeps'
R8 = 'r8'
R8LIB = 'r8lib'