Skip to content

Commit 26976ca

Browse files
committed
Update compile plugin to support Java 21
1 parent 92bafc7 commit 26976ca

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
@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>
185185
<artifactId>maven-compiler-plugin</artifactId>
186-
<version>3.7.0</version>
186+
<version>3.8.1</version>
187187
<configuration>
188188
<release>${java.version}</release>
189189
</configuration>

0 commit comments

Comments
 (0)