Skip to content

Commit 745d4f0

Browse files
committed
Auto Update
1 parent bcde3a2 commit 745d4f0

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

examples/Benchmark/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.github.andrestubbe</groupId>
99
<artifactId>fastfileindex-benchmark</artifactId>
10-
<version>v0.1.0</version>
10+
<version>0.1.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>FastFileIndex Benchmark</name>
@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>com.github.andrestubbe</groupId>
3232
<artifactId>FastCore</artifactId>
33-
<version>v0.1.0</version>
33+
<version>0.1.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.github.andrestubbe</groupId>
3737
<artifactId>FastFileIndex</artifactId>
38-
<version>v0.1.0</version>
38+
<version>0.1.0</version>
3939
</dependency>
4040
</dependencies>
4141

run-demo.bat

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
@echo off
22
chcp 65001 >nul
33
cd /d "%~dp0"
4-
5-
echo ⚡ Building Main Project...
6-
call mvn clean package -DskipTests -q
7-
if %ERRORLEVEL% NEQ 0 ( echo ❌ Benchmark failed. & pause & exit /b %ERRORLEVEL% )
8-
4+
echo [FastFileIndex] Running Demo (via JitPack)...
95
echo 🚀 Running Demo...
106
cd examples\Demo
11-
call mvn compile exec:java -Dexec.mainClass=fastfileindex.Demo -q
12-
if %ERRORLEVEL% NEQ 0 ( echoBenchmark failed. & pause & exit /b %ERRORLEVEL% )
7+
call mvn -U compile exec:java -Dexec.mainClass=fastfileindex.Demo -q
8+
if %ERRORLEVEL% NEQ 0 ( echoDemo failed. & pause & exit /b %ERRORLEVEL% )
139

1410
cd ..\..
1511
pause

0 commit comments

Comments
 (0)