File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@ echo off
2- echo Building main project ...
3- call mvn clean package -DskipTests
2+ echo ⚡ Building Main Project (Quiet Mode) ...
3+ call mvn -q clean package -DskipTests
44if %ERRORLEVEL% NEQ 0 (
55 echo .
66 echo ❌ Maven build failed.
@@ -9,7 +9,7 @@ if %ERRORLEVEL% NEQ 0 (
99)
1010
1111echo .
12- echo Running Benchmark...
12+ echo 🚀 Running Benchmark...
1313call mvn -q -f examples/Benchmark/pom.xml compile
14- call java -cp " target\fastglob-0.1.0.jar;examples\Benchmark\target\classes" fastglob.Benchmark
14+ call java --enable-native-access=ALL-UNNAMED - cp " target\fastglob-0.1.0.jar;examples\Benchmark\target\classes" fastglob.Benchmark
1515pause
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ call mvn -q clean package -DskipTests
44if %ERRORLEVEL% NEQ 0 ( pause & exit /b )
55echo 🚀 Running Hero Demo...
66call mvn -q -f examples/Demo/pom.xml compile
7- call java -cp " target\fastglob-0.1.0.jar;examples\Demo\target\classes" fastglob.Demo
7+ call java --enable-native-access=ALL-UNNAMED - cp " target\fastglob-0.1.0.jar;examples\Demo\target\classes" fastglob.Demo
88pause
You can’t perform that action at this time.
0 commit comments