Update to java 17
This commit is contained in:
parent
7171d5960e
commit
ce2da7e613
4
pom.xml
4
pom.xml
@ -127,8 +127,8 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>16</source>
|
||||
<target>16</target>
|
||||
<source>17</source>
|
||||
<target>17</target>
|
||||
<annotationProcessorPaths>
|
||||
<annotationProcessorPath>
|
||||
<groupId>io.soabase.record-builder</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user