From d8d74a1894f3215e6eeb23baadc589e9586071d0 Mon Sep 17 00:00:00 2001 From: theevilroot Date: Mon, 22 Mar 2021 16:28:00 +0300 Subject: [PATCH] set compatibility to 1.8 --- build.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 2fa1f31..396e181 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,4 +40,9 @@ publishing { tasks.withType { kotlinOptions.jvmTarget = "1.8" +} + +tasks.withType { + sourceCompatibility = "1.8" + targetCompatibility = "1.8" } \ No newline at end of file