mirror of https://github.com/apache/lucene.git
SOLR-13977: solr create -c not working under Windows 10
This commit is contained in:
parent
48010ffc9f
commit
936f4b6ee9
|
@ -247,6 +247,8 @@ Bug Fixes
|
|||
|
||||
* SOLR-13941: Tests configure Jetty differently than when running via start.jar (janhoy, Uwe Schindler)
|
||||
|
||||
* SOLR-13977: solr create -c not working under Windows 10 (janhoy)
|
||||
|
||||
================== 8.3.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
@echo off
|
||||
|
||||
@REM Make sure to keep line endings as CRLF for .cmd files
|
||||
|
||||
IF "%OS%"=="Windows_NT" setlocal enabledelayedexpansion enableextensions
|
||||
|
||||
set "PASS_TO_RUN_EXAMPLE="
|
||||
|
|
Loading…
Reference in New Issue