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

Change Java build target from 1.5 to 1.6

JDK 9 and higher only support targeting Java 6 and higher.
parent e7e4bcde
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ project.group = 'de.hhu.stups' ...@@ -8,8 +8,8 @@ project.group = 'de.hhu.stups'
project.archivesBaseName = "sablecc" project.archivesBaseName = "sablecc"
allprojects { allprojects {
sourceCompatibility = 1.5 sourceCompatibility = 1.6
targetCompatibility = 1.5 targetCompatibility = 1.6
} }
dependencies { dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment