Skip to content

Commit

Permalink
feat: support jdk 17&21 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Jan 20, 2025
1 parent 7ad6db9 commit 07e9078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
<maven.javadoc.plugin>2.9.1</maven.javadoc.plugin>
<maven.source.plugin>3.0.0</maven.source.plugin>
<maven.staging.plugin>1.6.7</maven.staging.plugin>
<maven.surefire.plugin>2.18.1</maven.surefire.plugin>
<netty.version>4.1.42.Final</netty.version>
<maven.surefire.argLine></maven.surefire.argLine>
<maven.surefire.excludes></maven.surefire.excludes>
<maven.surefire.plugin>2.18.1</maven.surefire.plugin>
<netty.version>4.1.42.Final</netty.version>
<project.encoding>UTF-8</project.encoding>
<slf4j.version>1.7.21</slf4j.version>
<sofa.common.tools>1.4.0</sofa.common.tools>
Expand Down

0 comments on commit 07e9078

Please sign in to comment.