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

Require Java 11 as expected by TLA Tools 1.8.0 development version

parent 1a1e4f8e
No related branches found
No related tags found
No related merge requests found
image: eclipse-temurin:8 image: eclipse-temurin:11
variables: variables:
GRADLE_ARGS: --no-daemon --stacktrace --warning-mode=all GRADLE_ARGS: --no-daemon --stacktrace --warning-mode=all
......
...@@ -6,8 +6,8 @@ project.version = '1.0.3-SNAPSHOT' ...@@ -6,8 +6,8 @@ project.version = '1.0.3-SNAPSHOT'
project.group = 'de.hhu.stups' project.group = 'de.hhu.stups'
project.archivesBaseName = 'tlatools' project.archivesBaseName = 'tlatools'
project.sourceCompatibility = JavaVersion.VERSION_1_8 project.sourceCompatibility = JavaVersion.VERSION_11
project.targetCompatibility = JavaVersion.VERSION_1_8 project.targetCompatibility = JavaVersion.VERSION_11
repositories { repositories {
mavenCentral() mavenCentral()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment