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

update gitlab CI

parent a26b2c69
No related branches found
No related tags found
1 merge request!21Chore/support for intellijj 2024.2
Pipeline #19808 failed
......@@ -5,13 +5,13 @@ stages:
- deploy
test:
image: openjdk:17
image: openjdk:21
stage: test
script:
- ./gradlew --continue --console=plain --info runPluginVerifier
- ./gradlew --continue --console=plain --info verifyPlugin
jar:
image: openjdk:17
image: openjdk:21
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