From a1265caa9085fe61396bc7b0df11b4502ac658cb Mon Sep 17 00:00:00 2001 From: RK_01 <50594595+RaphiMC@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:17:20 +0200 Subject: [PATCH] Removed explicit java source/target version Co-authored-by: chris --- bootstrap/viaproxy/build.gradle.kts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bootstrap/viaproxy/build.gradle.kts b/bootstrap/viaproxy/build.gradle.kts index c71b07389..31173ff5d 100644 --- a/bootstrap/viaproxy/build.gradle.kts +++ b/bootstrap/viaproxy/build.gradle.kts @@ -1,8 +1,3 @@ -java { - targetCompatibility = JavaVersion.VERSION_17 - sourceCompatibility = JavaVersion.VERSION_17 -} - indra { javaVersions { target(17)