Skip to content

Commit cc98ae3

Browse files
authored
Fix README on publishing to local Maven
Since the switch to the "maven-publish" plugin (instead of the deprecated "maven" plugin) in 48e816d, the correct way to publish to a local Maven repository is to use the "publishToMavenLocal" task. Signed-off-by: Johan Kaving <[email protected]>
1 parent f621b86 commit cc98ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ If you encounter out of memory errors during the build, increase available heap
2424

2525
GRADLE_OPTS='-XX:MaxPermSize=1024m -Xmx1024m'
2626

27-
To build and install jars into your local Maven cache:
27+
To build and publish jars to your local Maven repository:
2828

29-
./gradlew install
29+
./gradlew publishToMavenLocal
3030

3131
To build api Javadoc (results will be in `build/api`):
3232

0 commit comments

Comments
 (0)