Skip to content

Commit 1040ad9

Browse files
committed
Moving project to Java 17
1 parent 38de177 commit 1040ad9

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
@@ -177,8 +177,8 @@
177177
<artifactId>maven-compiler-plugin</artifactId>
178178
<version>${maven-compiler-plugin.version}</version>
179179
<configuration>
180-
<source>11</source>
181-
<target>11</target>
180+
<source>17</source>
181+
<target>17</target>
182182
</configuration>
183183
</plugin>
184184

0 commit comments

Comments
 (0)