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

update gitlab CI (replace deprecated docker image)

parent 7eb645dc
Branches
Tags
1 merge request!21Chore/support for intellijj 2024.2
Pipeline #19809 failed
......@@ -5,13 +5,13 @@ stages:
- deploy
test:
image: openjdk:21
image: eclipse-temurin:21-jammy
stage: test
script:
- ./gradlew --continue --console=plain --info verifyPlugin
jar:
image: openjdk:21
image: eclipse-temurin:21-jammy
stage: jar
script:
- ./gradlew --continue --console=plain --info buildPlugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment