25 lines
609 B
Kotlin
25 lines
609 B
Kotlin
pluginManagement {
|
|
val weightVersion: String by settings
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenLocal()
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
maven("https://repo.menthamc.org/repository/maven-public/")
|
|
}
|
|
|
|
plugins {
|
|
id("moe.luminolmc.hyacinthusweight.patcher") version weightVersion
|
|
id("moe.luminolmc.hyacinthusweight.core") version weightVersion
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
|
}
|
|
|
|
rootProject.name = "lophine"
|
|
|
|
include("lophine-api")
|
|
include("lophine-server")
|