Extend release script to handle desugared library JDK-11 legacy
Bug: b/237636871
Change-Id: I5b3ca414819e24efcb5c4ebbd1bb2dab4c6778c5
diff --git a/tools/archive.py b/tools/archive.py
index 91affd6..652fbe9 100755
--- a/tools/archive.py
+++ b/tools/archive.py
@@ -270,7 +270,7 @@
utils.upload_file_to_cloud_storage(
desugar_jdk_libs_configuration_jar, jar_destination)
- # TODO(sgjesse): Refactor this to avoid the duplication of what is above.
+ # TODO(b/237636871): Refactor this to avoid the duplication of what is above.
# Upload desugar_jdk_libs JDK-11 legacyconfiguration to a maven compatible location.
if file == utils.DESUGAR_CONFIGURATION_JDK11_LEGACY:
jar_basename = 'desugar_jdk_libs_configuration.jar'