.
This commit is contained in:
parent
76f4ba2ec9
commit
ac804b6c5b
13 changed files with 140 additions and 95 deletions
|
|
@ -1,6 +1,22 @@
|
|||
pluginManagement {
|
||||
includeBuild("../build-logic")
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("scrow.scrow-repository")
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
maven {
|
||||
name = "papermc"
|
||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "KenCommandAPI"
|
||||
|
||||
includeBuild("../build-logic")
|
||||
include("kencommandapi-core")
|
||||
include("kencommandapi-bukkit")
|
||||
include("kencommandapi-velocity")
|
||||
Loading…
Add table
Add a link
Reference in a new issue