Преглед на файлове

Repo & Depends below the plugin block

nossr50 преди 6 години
родител
ревизия
401cc3e35b
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      core/build.gradle.kts

+ 4 - 4
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
-}