mirror of https://github.com/apache/lucene.git
LUCENE-5909: Fix stupid bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
781cdb9a07
commit
3c0d111d07
|
@ -376,7 +376,7 @@ File | Project Structure | Platform Settings | SDKs):
|
|||
<!-- convert path to UNIX style, so windows backslashes don't hurt escaping: -->
|
||||
<pathconvert targetos="unix" property="-smokeTestRelease.java8params">
|
||||
<regexpmapper from="^(.*)$" to="--test-java8 '\1'"/>
|
||||
<path location="smokeTestRelease.java8"/>
|
||||
<path location="${smokeTestRelease.java8}"/>
|
||||
</pathconvert>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue