From 95b8c574157fa4ce6ab32eb17a50533df4d678b6 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sun, 8 Oct 2023 12:36:54 +0000 Subject: [PATCH] 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 --- WORKSPACE | 5 ----- 1 file changed, 5 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 376fe43e..82a3fde2 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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")