1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-10 12:12:27 +00:00

gradle, source code java7 compatible

This commit is contained in:
soloturn 2022-02-03 23:39:24 +01:00
parent 614898c1b9
commit a0d02b4f06

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