Update local maven install in Readme.md

The task `install` does not exist, `./gradlew publishToMavenLocal` needs to be used instead
This commit is contained in:
Oliver
2020-08-08 19:39:09 +02:00
committed by GitHub
parent f9fe988556
commit 5e74c9c82d

View File

@@ -26,7 +26,7 @@ If you encounter out of memory errors during the build, increase an available he
To build and install jars into your local Maven cache:
./gradlew install
./gradlew publishToMavenLocal
To build api Javadoc (results will be in `build/api`):