8 lines
126 B
Kotlin
8 lines
126 B
Kotlin
rootProject.name = "Hytale"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
} |