File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 1- @ echo off
1+ @ echo off
2+ chcp 65001 > nul
3+ cd /d " %~dp0 "
24echo 🚀 Running Demo...
3- call mvn -q - f examples/Demo/pom.xml compile
5+ call mvn -f examples/Demo/pom.xml compile
46call java --enable-native-access=ALL-UNNAMED -cp " target\fastglob-0.1.0.jar;examples\Demo\target\classes" fastglob.Demo
57pause
You can’t perform that action at this time.
0 commit comments