From a0d02b4f06874dcd63cc63398892b9f7ca25bc99 Mon Sep 17 00:00:00 2001 From: soloturn Date: Thu, 3 Feb 2022 23:39:24 +0100 Subject: [PATCH] gradle, source code java7 compatible --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d93c4ef3b..8b1eec575 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { group = "net.sourceforge.plantuml" description = "PlantUML" -java.sourceCompatibility = JavaVersion.VERSION_1_8 +java.sourceCompatibility = JavaVersion.VERSION_1_7 java { withSourcesJar()