Skip to content

Commit d4d1875

Browse files
authored
Merge branch 'develop' into travis-ci-cd
2 parents 940c760 + bc33496 commit d4d1875

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@
156156
<artifactId>maven-compiler-plugin</artifactId>
157157
<version>${maven-compiler-plugin.version}</version>
158158
<configuration>
159-
<release>11</release>
159+
<source>1.8</source>
160+
<target>1.8</target>
161+
<optimize>true</optimize>
160162
</configuration>
161163
</plugin>
162164
<plugin>

0 commit comments

Comments
 (0)