Skip to content

Commit 3767bd2

Browse files
Java 7 compiler doesn't support "-parameters"
1 parent 8d90950 commit 3767bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
<showDeprecation>true</showDeprecation>
7171
<compilerArgs>
7272
<arg>-Xlint</arg>
73-
<arg>-parameters</arg>
73+
<!--this doesn't work on Java 7-->
74+
<!--<arg>-parameters</arg>-->
7475
</compilerArgs>
7576
</configuration>
7677
</plugin>

0 commit comments

Comments
 (0)