Skip to content
Snippets Groups Projects
Commit 62c2924d authored by Johannes Mey's avatar Johannes Mey
Browse files

use java 11

parent afacc96c
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment