Skip to content

Commit cdddf56

Browse files
committed
revert to java 17.
1 parent 14052a0 commit cdddf56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<artifactId>maven-compiler-plugin</artifactId>
4040
<version>3.11.0</version>
4141
<configuration>
42-
<source>21</source>
43-
<target>21</target>
42+
<source>17</source>
43+
<target>17</target>
4444
</configuration>
4545
</plugin>
4646
<plugin>

0 commit comments

Comments
 (0)