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.
2 parents fa81188 + 0b90425 commit f4401f9Copy full SHA for f4401f9
scip-java/src/main/resources/scip-java/scip_java.bzl
@@ -103,6 +103,7 @@ def _scip_java(target, ctx):
103
"JAVA_HOME": ctx.var["java_home"],
104
"NO_PROGRESS_BAR": "true",
105
},
106
+ mnemonic = "ScipJavaIndex",
107
inputs = depset([build_config_path], transitive = deps),
108
outputs = [scip_output, targetroot],
109
)
0 commit comments