Migrate to jdk 21 (#2295)
* docker containers using images with jre 21 * project is still building with target java 17 - so jar artifacts are java 17 compatible * provided option to have different version for client libraries (e.g. ddi and management REST api) Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -37,6 +37,9 @@
|
||||
<properties>
|
||||
<revision>0-SNAPSHOT</revision>
|
||||
<java.version>17</java.version>
|
||||
<!-- java.version is used to build the hawkbit in general, however, some artifacts which could be used
|
||||
as libraries in other projects might be compiled with a different, lower, java version. -->
|
||||
<java.client.version>17</java.client.version>
|
||||
|
||||
<snapshotDependencyAllowed>true</snapshotDependencyAllowed>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user