Skip to content

Commit cd3f343

Browse files
committed
Auto Update
1 parent 823f84b commit cd3f343

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

examples/Benchmark/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.andrestubbe</groupId>
88
<artifactId>fastglob-benchmark</artifactId>
9-
<version>0.1.0</version>
9+
<version>v0.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
@@ -25,15 +25,15 @@
2525
<dependencies>
2626
<dependency>
2727
<groupId>com.github.andrestubbe</groupId>
28-
<artifactId>fastcore</artifactId>
29-
<version>0.1.0</version>
28+
<artifactId>FastCore</artifactId>
29+
<version>v0.1.0</version>
3030
</dependency>
3131

3232
<!-- Production Mode: Official online JitPack release -->
3333
<dependency>
3434
<groupId>com.github.andrestubbe</groupId>
35-
<artifactId>FastGlob</artifactId>
36-
<version>0.1.0</version>
35+
<artifactId>FastGLOB</artifactId>
36+
<version>v0.1.0</version>
3737
</dependency>
3838
</dependencies>
3939

run-demo.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
@echo off
1+
@echo off
2+
chcp 65001 >nul
3+
cd /d "%~dp0"
24
echo 🚀 Running Demo...
3-
call mvn -q -f examples/Demo/pom.xml compile
5+
call mvn -f examples/Demo/pom.xml compile
46
call java --enable-native-access=ALL-UNNAMED -cp "target\fastglob-0.1.0.jar;examples\Demo\target\classes" fastglob.Demo
57
pause

0 commit comments

Comments
 (0)