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