💚 Allow use of plugins block
[Sone.git] / build.gradle
index a9e11ca..b357888 100644 (file)
@@ -1,8 +1,5 @@
-group = 'net.pterodactylus'
-version = '80'
-
 buildscript {
-    ext.kotlinVersion = '1.3.41'
+    ext.kotlinVersion = '1.3.50'
     repositories {
         mavenCentral()
     }
@@ -13,6 +10,9 @@ buildscript {
     }
 }
 
+group = 'net.pterodactylus'
+version = '80'
+
 repositories {
      mavenCentral()
      maven { url "https://maven.pterodactylus.net/" }