Skip to content

Commit

Permalink
Update POMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Jul 29, 2024
1 parent 1fb2ed8 commit 98b4a52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
</modules>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.target>17</maven.compiler.target>
<maven.javadoc.plugin.version>3.0.1</maven.javadoc.plugin.version>
<maven.source.version>3.2.0</maven.source.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -35,8 +34,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 98b4a52

Please sign in to comment.