Skip to content

Commit 83bd87d

Browse files
ajsinclaircopybara-github
authored andcommitted
Disable the ACL for using runtime JARs in desugaring bootclasspath in the third_party ACL.
PiperOrigin-RevId: 725672784 Change-Id: I6ec8713d86185c468f56d6811b5bb90437f55bee
1 parent 4703afa commit 83bd87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/acls/desugaring_runtime_jar_classpath.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ visibility(PROJECT_VISIBILITY)
2121
# rule attributes. The other is applied via the command line. There is clean way to get the
2222
# top-level target the aspect is applied to in these cases. In the end we just want to be able to
2323
# turn this feature entirely on or off independently of a release.
24-
DESUGAR_USE_RUNTIME_JARS = True
24+
DESUGAR_USE_RUNTIME_JARS = False

0 commit comments

Comments
 (0)