Skip to content

Commit

Permalink
Downgrade from Java 17 to Java 1.8 as we removed release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Feb 20, 2023
1 parent b21c15f commit 52f823a
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 @@ -63,8 +63,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<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>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 52f823a

Please sign in to comment.