mcMMO/core/build.gradle.kts
2019-02-10 00:34:08 -08:00

13 lines
261 B
Plaintext

plugins {
java
}
repositories {
// Repo containing the Configurable library
maven("https://repo.spongepowered.org/maven")
}
dependencies {
compile("org.spongepowered", "configurate-hocon", "3.6") // Configurable (config library from Sponge)
}