mirror of https://github.com/apache/lucene.git
LUCENE-10200: fix luke lauch script.
This commit is contained in:
parent
78ee53f837
commit
4193bcbc02
|
@ -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…
Reference in New Issue