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

update gitlab CI

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