Switched to xxHash32 + file size for the calculation of checksums, removed unnecessary maven plugins, configured maven to build jars with dependencies

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-05 22:43:53 +02:00
parent 647e23adc5
commit b4b5a766f8
4 changed files with 44 additions and 41 deletions

View file

@ -1,6 +1,6 @@
# xxSherly
A fork of [Sherly](https://github.com/BlyDoesCoding/Sherly), (not yet) using [xxHash](https://github.com/Cyan4973/xxHash).
A fork of [Sherly](https://github.com/BlyDoesCoding/Sherly), using [xxHash](https://github.com/Cyan4973/xxHash).
## Introduction
@ -24,7 +24,7 @@ Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...
## Build
```bash
mvn package
mvn package assembly:single
```
## Supported Platforms