We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29808f commit c12c604Copy full SHA for c12c604
pom.xml
@@ -8,6 +8,8 @@
8
<packaging>jar</packaging>
9
10
<properties>
11
+ <maven.compiler.source>1.8</maven.compiler.source>
12
+ <maven.compiler.target>1.8</maven.compiler.target>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
<com.sandflow.config.dir>${basedir}/src/main/config</com.sandflow.config.dir>
15
<com.sandflow.resources.dir>${basedir}/src/main/resources</com.sandflow.resources.dir>
0 commit comments