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
Checking pipeline status
...@@ -13,8 +13,8 @@ wrapper { ...@@ -13,8 +13,8 @@ wrapper {
distributionType = Wrapper.DistributionType.ALL distributionType = Wrapper.DistributionType.ALL
} }
sourceCompatibility = 1.6 sourceCompatibility = 7
targetCompatibility = 1.6 targetCompatibility = 7
repositories { repositories {
mavenLocal() mavenLocal()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment