From d749ce91c167e79e2eebce74d51a6ea037032ba0 Mon Sep 17 00:00:00 2001 From: Dmitriy Dubson Date: Thu, 13 Jul 2023 17:41:27 -0400 Subject: [PATCH] Replaces 'install' with 'publishToMavenLocal' command in README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 82bb6796..060a18c4 100644 --- a/README.adoc +++ b/README.adoc @@ -66,7 +66,7 @@ git clone git@github.com:spring-projects/spring-authorization-server.git === Install all spring-\* jars into your local Maven cache [indent=0] ---- -./gradlew install +./gradlew publishToMavenLocal ---- === Compile and test; build all jars, distribution zips, and docs