8000
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 145e4cd commit a28db33Copy full SHA for a28db33
examples/bazel-example/WORKSPACE
@@ -22,7 +22,15 @@ local_repository(
22
name = "scip_java",
23
path = "../.."
24
)
25
-# TODO: add commented out `http_archive` example once this workspace file is available on GitHub.
+
26
+# Copy and paste this, not the local_repository:
27
+#
28
+# SCIP_JAVA_VERSION="0.8.20"
29
+# http_archive(
30
+# name = "scip_java",
31
+# url = "https://github.com/sourcegraph/scip-java/archive/refs/tags/v{}.zip".format(SCIP_JAVA_VERSION),
32
+# strip_prefix = "scip-java-{}".format(SCIP_JAVA_VERSION),
33
+# )
34
35
##########
36
# Protobuf
0 commit comments