Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlatools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlatools
Commits
9da5aa86
Commit
9da5aa86
authored
11 months ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tlatools/org.lamport.tlatools/build.gradle
+2
-2
2 additions, 2 deletions
tlatools/org.lamport.tlatools/build.gradle
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
9da5aa86
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
...
...
This diff is collapsed.
Click to expand it.
tlatools/org.lamport.tlatools/build.gradle
+
2
−
2
View file @
9da5aa86
...
@@ -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_1
1
project
.
targetCompatibility
=
JavaVersion
.
VERSION_1
_8
project
.
targetCompatibility
=
JavaVersion
.
VERSION_1
1
repositories
{
repositories
{
mavenCentral
()
mavenCentral
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment