gradle, source code java7 compatible

This commit is contained in:
soloturn 2022-02-03 23:39:24 +01:00
parent 614898c1b9
commit a0d02b4f06
1 changed files with 1 additions and 1 deletions

View File

@ -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()