Skip to content

Commit c2099c1

Browse files
committed
set maven compiler release to jdk17
Signed-off-by: Stefan Bischof <[email protected]>
1 parent 085c850 commit c2099c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<description>Eclipse Daanse tooling modules including Docker Java connector
3232
and Testcontainers integration</description>
3333

34+
<properties>
35+
<maven.compiler.release>17</maven.compiler.release>
36+
</properties>
37+
3438
<repositories>
3539
<repository>
3640
<id>ossrh</id>

0 commit comments

Comments
 (0)