From 401cc3e35b5d1db96dfaa9b2a0364d8561bb14af Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sun, 10 Feb 2019 00:34:08 -0800 Subject: [PATCH] Repo & Depends below the plugin block --- core/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index a1611f543..dfd1e75d6 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -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 -}