Skip to content

Commit

Permalink
updated devdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Oct 6, 2022
1 parent 82594a5 commit 781d227
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@ maybe not yet even existing new release version:
cd validator/target
mvn install:install-file -Dfile=validator-2.5.5-SNAPSHOT-shaded.jar -DgroupId=org.mustangproject -DartifactId=validator -Dversion=2.5.5 -Dpackaging=jar -DgeneratePom=true
```
This will also work in Gradle given you have the `mavenLocal()` repository activated.
In gradle you can use something like
```
implementation files('libs/validator-2.5.6-shaded.jar')
```


## Release
Expand Down

0 comments on commit 781d227

Please sign in to comment.