1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-17 17:32:36 +01:00

Repo & Depends below the plugin block

This commit is contained in:
nossr50
2019-02-10 00:34:08 -08:00
parent d45aac713f
commit 401cc3e35b

View File

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