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