You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/08/14 16:44:38 UTC

svn commit: r1617959 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Thu Aug 14 14:44:38 2014
New Revision: 1617959

URL: http://svn.apache.org/r1617959
Log:
LUCENE-5886: allow precommit to be run with java8. still TODO: we need to be able to actually detect 1.9

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1617959&r1=1617958&r2=1617959&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Thu Aug 14 14:44:38 2014
@@ -1798,7 +1798,7 @@ ${ant.project.name}.test.dependencies=${
   <!-- ECJ Javadoc linting: -->
   
   <condition property="ecj-javadoc-lint.supported">
-    <not><equals arg1="${build.java.runtime}" arg2="1.8"/></not>
+    <not><equals arg1="${build.java.runtime}" arg2="1.9"/></not>
   </condition>
 
   <condition property="ecj-javadoc-lint-tests.supported">