mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
LUCENE-10200: fix luke lauch script.
This commit is contained in:
parent
51c37db005
commit
170137129a
@ -15,5 +15,5 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
MODULES=$(cd $(dirname $0) && pwd)
|
||||
java --module-path $MODULES/modules;$MODULES/modules-thirdparty --add-modules org.apache.logging.log4j --module lucene.luke
|
||||
MODULES=$(cd $(dirname $0)/.. && pwd)
|
||||
java --module-path $MODULES/modules:$MODULES/modules-thirdparty --add-modules org.apache.logging.log4j --module lucene.luke
|
||||
|
Loading…
x
Reference in New Issue
Block a user