mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-10 16:25:27 +02:00
Repo & Depends below the plugin block
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
plugins {
|
||||||
|
java
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// Repo containing the Configurable library
|
// Repo containing the Configurable library
|
||||||
maven("https://repo.spongepowered.org/maven")
|
maven("https://repo.spongepowered.org/maven")
|
||||||
@@ -6,7 +10,3 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile("org.spongepowered", "configurate-hocon", "3.6") // Configurable (config library from Sponge)
|
compile("org.spongepowered", "configurate-hocon", "3.6") // Configurable (config library from Sponge)
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
|
||||||
java
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user