cleaned up build process
This commit is contained in:
parent
e7ff5d3da2
commit
821ed43d7b
10 changed files with 142 additions and 182 deletions
|
|
@ -1,21 +1,28 @@
|
|||
pluginManagement {
|
||||
plugins {
|
||||
id("de.kentoj.scrow.ScrowRepository")
|
||||
}
|
||||
includeBuild("../build-logic")
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "papermc"
|
||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
maven {
|
||||
name = "papermc"
|
||||
url = uri("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||||
id("scrow.scrow-repository")
|
||||
}
|
||||
|
||||
rootProject.name = "core"
|
||||
|
||||
includeBuild("../build-logic")
|
||||
|
||||
include("core-bukkit-api")
|
||||
include("core-bukkit-impl")
|
||||
include("core-lib")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue