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
Branches
Tags
No related merge requests found
......@@ -8,8 +8,8 @@ project.group = 'de.hhu.stups'
project.archivesBaseName = "sablecc"
allprojects {
sourceCompatibility = 1.5
targetCompatibility = 1.5
sourceCompatibility = 1.6
targetCompatibility = 1.6
}
dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment