Skip to content

Commit

Permalink
Update POM
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Nov 24, 2024
1 parent 0ad0aa0 commit 77ebef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.8.1</version>
<configuration>
<release>${java.version}</release>
<!-- <source>${java.version}</source> <target>${java.version}</target> -->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 77ebef9

Please sign in to comment.