Skip to content

Commit bcf962d

Browse files
ajsinclaircopybara-github
authored andcommitted
Enable ACL for using full compile time JARs in the Desugaring classpath as opposed to header JARs
This is required to correctly generate Desugared implementations. We understand that this will lead to an increase in Desugaring action executions in incremental builds in some circumstances. That's mainly when modifying the implementation of Java/Kotlin methods. PiperOrigin-RevId: 737671455 Change-Id: Ic90cad4ba0883fbaf579302fbc991ca3c592c81e
1 parent 92bf6f4 commit bcf962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = False
24+
DESUGAR_USE_RUNTIME_JARS = True

0 commit comments

Comments
 (0)