use version catalog

This commit is contained in:
kento2 2026-08-01 09:15:45 +02:00
parent f1b67ed17f
commit 0086329da9
3 changed files with 1 additions and 18 deletions

View file

@ -1,24 +1,11 @@
pluginManagement {
includeBuild("../build-logic")
repositories {
maven("https://repo.papermc.io/repository/maven-public/") {
name = "papermc"
}
}
}
plugins {
id("scrow.scrow-repository")
}
dependencyResolutionManagement {
repositories {
maven("https://repo.papermc.io/repository/maven-public/") {
name = "papermc"
}
}
}
rootProject.name = "KenCommandAPI"
include("kencommandapi-core")