updated documentation

This commit is contained in:
jstaerk
2025-07-25 15:47:44 +02:00
parent 8048311b33
commit 637e8737df
3 changed files with 5740 additions and 862 deletions

View File

@@ -184,7 +184,6 @@ maybe not yet even existing new release version:
```
cd validator/target
mvn install:install-file -Dfile=validator-2.17.0-SNAPSHOT-shaded.jar -Dclassifier=shaded -DgroupId="org.mustangproject" -DartifactId=validator -Dversion="2.17.0" -Dpackaging=jar -DgeneratePom=true
```
In gradle you can use something like
```