Skip to content

Commit 4773440

Browse files
committed
[build] Target Java 17 only
1 parent 1c3aed3 commit 4773440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
<artifactId>maven-compiler-plugin</artifactId>
189189
<version>3.14.0</version>
190190
<configuration>
191-
<source>11</source>
192-
<target>11</target>
191+
<source>17</source>
192+
<target>17</target>
193193
<showDeprecation>true</showDeprecation>
194194
<showWarnings>true</showWarnings>
195195
</configuration>

0 commit comments

Comments
 (0)