Skip to content
Snippets Groups Projects
Commit a8e8dec1 authored by dgelessus's avatar dgelessus
Browse files

Change Java build target from 1.6 to 7

JDK 12 and higher only support targeting Java 7 and higher.
parent bfe35beb
Branches
Tags
No related merge requests found
Pipeline #39507 failed
......@@ -13,8 +13,8 @@ wrapper {
distributionType = Wrapper.DistributionType.ALL
}
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 7
targetCompatibility = 7
repositories {
mavenLocal()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment