Skip to content

Commit c12c604

Browse files
committed
Add back compiler targets
1 parent f29808f commit c12c604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<packaging>jar</packaging>
99

1010
<properties>
11+
<maven.compiler.source>1.8</maven.compiler.source>
12+
<maven.compiler.target>1.8</maven.compiler.target>
1113
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1214
<com.sandflow.config.dir>${basedir}/src/main/config</com.sandflow.config.dir>
1315
<com.sandflow.resources.dir>${basedir}/src/main/resources</com.sandflow.resources.dir>

0 commit comments

Comments
 (0)