Revert to source.level 1.7.

I was not thinking clearly when I bumped everything to 1.8. I don't want to
force a JVM 1.8 requirement on everyone. 1.7 should still be fine.
This commit is contained in:
Michael Bayne
2018-02-02 10:31:25 -08:00
parent bf288c8810
commit 0100fb15cf
+3 -1
View File
@@ -46,7 +46,7 @@
</prerequisites>
<properties>
<source.level>1.8</source.level>
<source.level>1.7</source.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gwt.version>2.8.2</gwt.version>
<gwt.maven.version>2.8.2</gwt.maven.version>
@@ -102,6 +102,8 @@
<configuration>
<source>${source.level}</source>
<target>${source.level}</target>
<testSource>1.8</testSource>
<testTarget>1.8</testTarget>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>