Skip to content

Commit

Permalink
Fix broken publishing workflow due to Maven compiler properties
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Oct 3, 2024
1 parent 2f0ba3f commit d474d83
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 @@ -12,7 +12,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<github.global.server>github</github.global.server>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<modules>
Expand Down

0 comments on commit d474d83

Please sign in to comment.