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

Require Java 8 as expected by TLA Tools version 1.5.7

parent ad6d17f0
Branches
Tags
Loading
...@@ -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 = '1.7' project.sourceCompatibility = JavaVersion.VERSION_1_8
project.targetCompatibility = '1.7' project.targetCompatibility = JavaVersion.VERSION_1_8
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