Hide bootclasspath warning also in Solr (Java 9)

This commit is contained in:
Uwe Schindler 2016-05-18 23:49:04 +02:00
parent 4bc3477fbf
commit 8142ae63a0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<!-- solr uses 1.8 --> <!-- solr uses 1.8 -->
<property name="javac.source" value="1.8"/> <property name="javac.source" value="1.8"/>
<property name="javac.target" value="1.8"/> <property name="javac.target" value="1.8"/>
<property name="javac.args" value=""/> <property name="javac.args" value="-Xlint:-deprecation -Xlint:-options"/>
<property name="javac.profile.args" value=""/> <property name="javac.profile.args" value=""/>
<property name="dest" location="${common-solr.dir}/build" /> <property name="dest" location="${common-solr.dir}/build" />