Skip to content

Commit c605bf6

Browse files
committed
Auto Update
1 parent 83fa62e commit c605bf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

run-demo.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@echo off
22
echo ⚡ Building Main Project...
3-
call mvn clean package -DskipTests
3+
call mvn -q clean package -DskipTests
44
if %ERRORLEVEL% NEQ 0 ( pause & exit /b )
55
echo 🚀 Running Hero Demo...
66
cd examples\Demo
7-
call mvn compile exec:java -Dexec.mainClass=fastfileindex.Demo
7+
call mvn -q compile exec:java -Dexec.mainClass=fastfileindex.Demo
88
cd ..\..
99
pause

0 commit comments

Comments
 (0)