Skip to content

Commit

Permalink
Upgrade maven-compiler-plugin to 3.11 to fix GitHub action error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxie committed Mar 31, 2023
1 parent 1fd787f commit 9b9c451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions judger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit 9b9c451

Please sign in to comment.