Skip to content

Commit f4401f9

Browse files
authored
Merge pull request #613 from sourcegraph/olafurpg/mnemonic
Add mnemonic for scip-java aspect
2 parents fa81188 + 0b90425 commit f4401f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scip-java/src/main/resources/scip-java/scip_java.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def _scip_java(target, ctx):
103103
"JAVA_HOME": ctx.var["java_home"],
104104
"NO_PROGRESS_BAR": "true",
105105
},
106+
mnemonic = "ScipJavaIndex",
106107
inputs = depset([build_config_path], transitive = deps),
107108
outputs = [scip_output, targetroot],
108109
)

0 commit comments

Comments
 (0)