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

Require Java 8 for sablecc-runtime as well (forgot to update this)

parent d829368f
No related branches found
No related tags found
No related merge requests found
Pipeline #119540 passed
...@@ -5,7 +5,7 @@ plugins { ...@@ -5,7 +5,7 @@ plugins {
} }
java { java {
sourceCompatibility = JavaVersion.VERSION_1_7 sourceCompatibility = JavaVersion.VERSION_1_8
withSourcesJar() withSourcesJar()
withJavadocJar() withJavadocJar()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment