.
This commit is contained in:
parent
1b9ff95d40
commit
6087b98705
14 changed files with 300 additions and 93 deletions
|
|
@ -1,14 +1,23 @@
|
|||
pluginManagement {
|
||||
plugins {
|
||||
kotlin("jvm") version "2.2.10"
|
||||
id("de.kentoj.scrow.ScrowRepository")
|
||||
}
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||||
}
|
||||
|
||||
rootProject.name = "core"
|
||||
|
||||
includeBuild("../build-logic")
|
||||
|
||||
include("core-bukkit-api")
|
||||
include("core-bukkit-impl")
|
||||
include("core-lib")
|
||||
include("core-velocity-api")
|
||||
include("core-velocity-impl")
|
||||
include("core-velocity-impl")
|
||||
Loading…
Add table
Add a link
Reference in a new issue