Skip to content

Commit d3abf2b

Browse files
committed
fix: update build
1 parent 079e96a commit d3abf2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
resources, i.e. build is platform dependent! -->
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949

50-
<maven.compiler.source>11</maven.compiler.source>
51-
<maven.compiler.target>11</maven.compiler.target>
50+
<maven.compiler.source>17</maven.compiler.source>
51+
<maven.compiler.target>17</maven.compiler.target>
5252

5353
<!-- Define the version of the JBoss BOMs we want to import to specify
5454
tested stacks. -->

0 commit comments

Comments
 (0)