Skip to content
Snippets Groups Projects
Commit 42072a81 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5217 set java version

parent fa3d9e63
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,9 @@ ...@@ -54,7 +54,9 @@
</modules> </modules>
<properties> <properties>
<mapstruct.version>1.4.2.Final</mapstruct.version> <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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment