mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-02-16 09:06:46 +00:00
rules_jvm_external: remove leftovers
This was used by q3k's minecraft plugins, and it was in the process of being patched to better resolve snapshot versions as used in the Spigot artifact server. I have since decided this is not worth it, and yote the plugins and thus we don't need rules_jvm_external at all. Change-Id: I1a02354ec5e706c5e44501512149fe9a197ddb7c Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1644 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
924be126f7
commit
95b8c57415
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@ workspace(
|
|||
name = "hscloud",
|
||||
)
|
||||
|
||||
local_repository(
|
||||
name = "rules_jvm_external",
|
||||
path = "/home/q3k/Software/rules_jvm_external",
|
||||
)
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue