Skip to content

Commit 0ec749b

Browse files
committed
the issue was something else
1 parent 97c9c2d commit 0ec749b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,7 @@
496496
<plugin>
497497
<artifactId>maven-compiler-plugin</artifactId>
498498
<configuration>
499-
<source>${java.version}</source>
500-
<target>${java.version}</target>
499+
<release>${java.version}</release>
501500
<encoding>UTF-8</encoding>
502501
<showWarnings>true</showWarnings>
503502
<showDeprecation>true</showDeprecation>

0 commit comments

Comments
 (0)