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 fa81188 commit 0b90425Copy full SHA for 0b90425
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