This commit is contained in:
kento2 2026-08-06 22:05:43 +02:00
parent 2ea2eb5d1e
commit ad2717b6d2
48 changed files with 255 additions and 252 deletions

View file

@ -16,7 +16,6 @@ maven.install(
"com.leakyabstractions:result-api:1.0.1.0",
"org.jetbrains:annotations:26.0.2-1",
"com.google.guava:guava:33.5.0-jre",
"org.projectlombok:lombok:1.18.46",
"org.slf4j:slf4j-api:2.0.18",
"org.slf4j:slf4j-simple:2.0.18",
"net.kyori:adventure-api:5.2.0",
@ -27,15 +26,15 @@ maven.install(
"org.jdbi:jdbi3-postgres:3.53.0",
"org.mongodb:bson:5.8.0",
"io.nats:jnats:2.25.2",
"de.kentoj.scrow:kencommandapi-core:0.34-SNAPSHOT",
"de.kentoj.scrow:kencommandapi-bukkit:0.34-SNAPSHOT",
"de.kentoj.scrow:kencommandapi-velocity:0.34-SNAPSHOT",
"de.kentoj.scrow:kencommandapi-core:0.36-SNAPSHOT",
"de.kentoj.scrow:kencommandapi-bukkit:0.36-SNAPSHOT",
"de.kentoj.scrow:kencommandapi-velocity:0.36-SNAPSHOT",
"io.papermc.paper:paper-api:[26.2.build,)",
"net.luckperms:api:5.5",
],
repositories = [
"https://repo.papermc.io/repository/maven-public/",
"https://repo.lab0x13.site/snapshots",
"https://git.lab0x13.site/api/packages/scrow/maven",
],
known_contributing_modules = ["protobuf"],
fail_on_missing_checksum = False, # for kencommandapi
@ -44,4 +43,4 @@ maven.install(
# luckperms is provided at runtime
maven.amend_artifact(coordinates = "net.luckperms:api", neverlink = "true")
use_repo(maven, "maven")
use_repo(maven, "maven")