Skip to content
Snippets Groups Projects
Commit 83049dc7 authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

Update to Java 17

parent 3fd8c932
Branches
No related tags found
No related merge requests found
Pipeline #628 failed
...@@ -12,7 +12,7 @@ stages: ...@@ -12,7 +12,7 @@ stages:
build: build:
stage: build stage: build
image: maven:3-openjdk-11 image: maven:3-openjdk-17
script: "mvn clean package -B" script: "mvn clean package -B"
artifacts: artifacts:
paths: paths:
...@@ -20,5 +20,5 @@ build: ...@@ -20,5 +20,5 @@ build:
test: test:
stage: test stage: test
image: maven:3-openjdk-11 image: maven:3-openjdk-17
script: "mvn verify -B" script: "mvn verify -B"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment