X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=d1bf4d994623fe48cdfd4320ceb2d2d1db8afe11;hp=e5eaff73942bb4724f642a46c061974ba9acca31;hb=be005506d77e048c7de43f08771b072951ab82f9;hpb=f98ec5222b0611a7e473c01cb6ef3a4ef73bc294 diff --git a/build.gradle b/build.gradle index e5eaff7..d1bf4d9 100644 --- a/build.gradle +++ b/build.gradle @@ -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 ->