use version catalog
This commit is contained in:
parent
f1b67ed17f
commit
0086329da9
3 changed files with 1 additions and 18 deletions
|
|
@ -1,2 +1,2 @@
|
|||
example usage:
|
||||
http://forge.kentoj.de/scrow/core/src/commit/a55d9857738425e099fe9650cc1a705ceb2ece00/core-bukkit-impl/src/main/java/de/kentoj/scrow/bukkit/command/economy
|
||||
http://forge.kentoj.de/scrow/core/src/commit/a55d985773t425e099fe9650cc1a705ceb2ece00/core-bukkit-impl/src/main/java/de/kentoj/scrow/bukkit/command/economy
|
||||
|
|
@ -5,10 +5,6 @@ plugins {
|
|||
id("scrow.java-library")
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.1")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue