Skip to content
Snippets Groups Projects

Chore/support for intellij 2023.1

Merged Johannes Mey requested to merge chore/support-for-intellij-2023.1 into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading