From 5e74c9c82dcea289a858a2869b144ede06e6bbe2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 8 Aug 2020 19:39:09 +0200 Subject: [PATCH] Update local maven install in Readme.md The task `install` does not exist, `./gradlew publishToMavenLocal` needs to be used instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7492f179f..c8d81e0ecd 100644 --- a/README.md +++ b/README.md @@ -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`):