Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relast-preprocessor
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
relast-preprocessor
Commits
62c2924d
Commit
62c2924d
authored
3 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
use java 11
parent
afacc96c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
62c2924d
...
...
@@ -17,7 +17,7 @@ cache:
-
.gradle/caches
build
:
image
:
openjdk:
8
image
:
openjdk:
11
stage
:
build
script
:
-
./gradlew --console=plain --no-daemon assemble
...
...
@@ -27,7 +27,7 @@ build:
expire_in
:
1 week
test
:
image
:
openjdk:
8
image
:
openjdk:
11
stage
:
test
script
:
-
./gradlew --console=plain --no-daemon test
...
...
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