X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=dc7878c9b368135c3b16bd9fbf80c642a71156af;hb=6ac356bc119250192e68934894bf9f5eedc4989c;hp=fbc09b8c57e30f0a559d2a2f8f0a86eef1d00374;hpb=550a4075b37507fa6b2c9bddd68ea564973d0e2e;p=Sone.git diff --git a/build.gradle b/build.gradle index fbc09b8..dc7878c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group = 'net.pterodactylus' -version = '0.9.8' +version = '80' buildscript { ext.kotlinVersion = '1.2.71' @@ -20,8 +20,8 @@ repositories { apply plugin: 'java' -sourceCompatibility = 1.7 -targetCompatibility = 1.7 +sourceCompatibility = 1.8 +targetCompatibility = 1.8 tasks.withType(JavaCompile) { options.encoding = 'UTF-8' @@ -43,7 +43,7 @@ dependencies { provided group: 'org.freenetproject', name: 'freenet-ext', version: '29' provided group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.54' - compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib' + compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jdk8' compile group: 'net.pterodactylus', name: 'utils', version: '0.12.4' compile group: 'com.google.inject', name: 'guice', version: '4.2.2' compile group: 'com.google.guava', name: 'guava', version: '27.0.1-android'