From 8f3e04c021efbe95468dcae9dc8c50a9c9a3102f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 8 Jul 2021 12:03:27 -0700 Subject: [PATCH] Switched to compiling for Java 1.8. --- build.gradle.kts | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 065735e..c92d020 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,8 +48,8 @@ application { } java { - sourceCompatibility = JavaVersion.VERSION_11 - targetCompatibility = JavaVersion.VERSION_11 + sourceCompatibility = JavaVersion.VERSION_1_8 + targetCompatibility = JavaVersion.VERSION_1_8 withSourcesJar() } diff --git a/pom.xml b/pom.xml index b893da8..9121609 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ org.jetbrains.kotlin kotlin-bom - 1.5.10 + 1.5.20 pom import @@ -50,7 +50,7 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 - 1.5.10 + 1.5.20 runtime