Skip to content

Commit 9fb00fc

Browse files
committed
switch to java 17
- so we can use records
1 parent e4e6787 commit 9fb00fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<artifactId>maven-compiler-plugin</artifactId>
100100
<version>3.14.1</version>
101101
<configuration>
102-
<release>11</release>
102+
<release>17</release>
103103
</configuration>
104104
</plugin>
105105
<plugin>

0 commit comments

Comments
 (0)