17 lines
338 B
Text
17 lines
338 B
Text
|
|
pluginManagement {
|
||
|
|
repositories {
|
||
|
|
mavenLocal()
|
||
|
|
gradlePluginPortal()
|
||
|
|
maven {
|
||
|
|
name = "NeoForged"
|
||
|
|
url = uri("https://maven.neoforged.net/releases")
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
plugins {
|
||
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||
|
|
}
|
||
|
|
|
||
|
|
rootProject.name = "ServerStatus"
|