configurator works so far

This commit is contained in:
kento2 2026-08-29 19:22:55 +02:00
parent 0cf84f5419
commit 812a1b1b21
25 changed files with 424 additions and 124 deletions

View file

@ -9,12 +9,8 @@ java_binary(
resource_strip_prefix = "buildserver/configurator/main/resources",
deps = [
"//core/bukkit:api",
artifact("com.google.code.gson:gson"),
artifact("io.papermc.paper:paper-api"),
],
add_exports = [
artifact("com.google.code.gson:gson"),
],
)
genrule(