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 ce38b33 commit 95ff028Copy full SHA for 95ff028
pom.xml
@@ -144,8 +144,8 @@
144
<artifactId>maven-compiler-plugin</artifactId>
145
<version>3.1</version>
146
<configuration>
147
- <source>1.8</source>
148
- <target>1.8</target>
+ <source>1.7</source>
+ <target>1.7</target>
149
<showWarnings>true</showWarnings>
150
<showDeprecation>true</showDeprecation>
151
<compilerArgument>-Xlint:unchecked</compilerArgument>
test/vanilla/pom.xml
@@ -82,8 +82,8 @@
82
83
84
85
86
87
</configuration>
88
</plugin>
89
0 commit comments