Skip to content

Commit

Permalink
Add back compiler targets
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Jan 16, 2025
1 parent f29808f commit c12c604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<packaging>jar</packaging>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<com.sandflow.config.dir>${basedir}/src/main/config</com.sandflow.config.dir>
<com.sandflow.resources.dir>${basedir}/src/main/resources</com.sandflow.resources.dir>
Expand Down

0 comments on commit c12c604

Please sign in to comment.