Skip to content

Commit

Permalink
Copy compiler settings to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
sdousti committed Feb 24, 2023
1 parent f27584b commit 5278e2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<modules>
<module>logbook-parent</module>
Expand Down

0 comments on commit 5278e2d

Please sign in to comment.