Skip to content

Commit 25698c7

Browse files
committed
Correct java compile version
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent d9c529b commit 25698c7

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
@@ -118,7 +118,7 @@
118118
<artifactId>maven-compiler-plugin</artifactId>
119119
<version>3.13.0</version>
120120
<configuration>
121-
<release>17</release>
121+
<release>11</release>
122122
</configuration>
123123
</plugin>
124124
<plugin>

0 commit comments

Comments
 (0)