1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-02 08:30:49 +00:00

Merge pull request #896 from soloturn/java7

gradle, source code java7 compatible
This commit is contained in:
PlantUML 2022-02-04 00:14:41 +01:00 committed by GitHub
commit 7ea36d5090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ dependencies {
group = "net.sourceforge.plantuml" group = "net.sourceforge.plantuml"
description = "PlantUML" description = "PlantUML"
java.sourceCompatibility = JavaVersion.VERSION_1_8 java.sourceCompatibility = JavaVersion.VERSION_1_7
java { java {
withSourcesJar() withSourcesJar()