Skip to content

Commit bc33496

Browse files
authored
Merge pull request #85 from scalecube/rollback-to-java8
Changed compiler options for jdk 8
2 parents d0cf788 + 5822046 commit bc33496

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)