We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187e67b commit 91c742bCopy full SHA for 91c742b
scip-java/src/main/resources/scip-java/scip_java.bzl
@@ -105,7 +105,7 @@ def _scip_java(target, ctx):
105
if hasattr(compilation, "javac_options_list"):
106
javac_options = compilation.javac_options_list
107
else:
108
- javac_options = compilation.javac_options.to_list()
+ javac_options = compilation.javac_options
109
110
for value in javac_options:
111
# NOTE(Anton): for some bizarre reason I see empty string starting the list of
0 commit comments