🔥 Remove IMAGES from Album interface
[Sone.git] / build.gradle
index e5eaff7..d1bf4d9 100644 (file)
@@ -6,7 +6,7 @@ plugins {
 }
 
 group = 'net.pterodactylus'
-version = '80'
+version = '81'
 
 repositories {
      mavenCentral()
@@ -22,6 +22,12 @@ tasks.withType(JavaCompile) {
        options.encoding = 'UTF-8'
 }
 
+compileKotlin {
+    kotlinOptions {
+        jvmTarget = "1.8"
+    }
+}
+
 configurations {
     provided {
         dependencies.all { dep ->