Skip to content

Commit

Permalink
fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed Aug 30, 2024
1 parent 61b7c56 commit 9cc03c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<build>

<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand All @@ -101,9 +101,8 @@
<id>default-compile</id>
<configuration>
<jdkToolchain>
<version>11</version>
<version>8</version>
</jdkToolchain>
<release>11</release>
</configuration>
</execution>
<execution>
Expand All @@ -124,6 +123,7 @@
</jdkToolchain>
<source>${java-version}</source>
<target>${java-version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>

Expand Down

0 comments on commit 9cc03c7

Please sign in to comment.