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

we need java 17 now

parent c4686066
Branches
Tags
1 merge request!18Chore/support for intellij 2023.1
Pipeline #16393 failed
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -5,13 +5,13 @@ stages: ...@@ -5,13 +5,13 @@ stages:
- deploy - deploy
test: test:
image: openjdk:11 image: openjdk:17
stage: test stage: test
script: script:
- ./gradlew --continue --console=plain --info runPluginVerifier - ./gradlew --continue --console=plain --info runPluginVerifier
jar: jar:
image: openjdk:11 image: openjdk:17
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