Skip to content
Snippets Groups Projects
Commit 369dcfc8 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5217 [chore] adjust for java 21

parent 42072a81
No related branches found
No related tags found
No related merge requests found
pipeline { pipeline {
agent { agent {
node { node {
label 'ozgcloud-jenkins-build-agent' label 'ozgcloud-jenkins-build-agent-21'
} }
} }
......
...@@ -54,10 +54,6 @@ ...@@ -54,10 +54,6 @@
</modules> </modules>
<properties> <properties>
<java.version>21</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<vorgang-manager.version>2.4.0</vorgang-manager.version> <vorgang-manager.version>2.4.0</vorgang-manager.version>
<jsoup.version>1.14.3</jsoup.version> <jsoup.version>1.14.3</jsoup.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment