Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0
All checks were successful
Plugins/ThemeParkPlus/pipeline/pr-master This commit looks good
All checks were successful
Plugins/ThemeParkPlus/pipeline/pr-master This commit looks good
This commit is contained in:
parent
84d190a315
commit
da13876496
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -23,7 +23,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>3.11.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<release>11</release>
|
<release>11</release>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Reference in a new issue