Skip to content

Commit

Permalink
Build a JDK-8 Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer committed Nov 19, 2024
1 parent a410301 commit d064f10
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 @@ -65,8 +65,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.version>3.9.5</maven.version>
</properties>

Expand Down

0 comments on commit d064f10

Please sign in to comment.