From 781d227c84f6ddbb221902c0a00b0218557d87a7 Mon Sep 17 00:00:00 2001 From: jstaerk Date: Thu, 6 Oct 2022 12:48:35 +0200 Subject: [PATCH] updated devdoc --- doc/development_documentation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/development_documentation.md b/doc/development_documentation.md index 1e8a61bd..4ceda7ad 100644 --- a/doc/development_documentation.md +++ b/doc/development_documentation.md @@ -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