We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fa62e commit c605bf6Copy full SHA for c605bf6
1 file changed
run-demo.bat
@@ -1,9 +1,9 @@
1
@echo off
2
echo ⚡ Building Main Project...
3
-call mvn clean package -DskipTests
+call mvn -q clean package -DskipTests
4
if %ERRORLEVEL% NEQ 0 ( pause & exit /b )
5
echo 🚀 Running Hero Demo...
6
cd examples\Demo
7
-call mvn compile exec:java -Dexec.mainClass=fastfileindex.Demo
+call mvn -q compile exec:java -Dexec.mainClass=fastfileindex.Demo
8
cd ..\..
9
pause
0 commit comments