From 9f919dd32168bad94c3ea48ad99d675922e4a90f Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Thu, 19 Sep 2024 10:24:03 +0200 Subject: [PATCH] Fix Gradle Plugin Portal login docs --- src/docs/development/publishing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/development/publishing.adoc b/src/docs/development/publishing.adoc index 06c297f4..e95ed9d4 100644 --- a/src/docs/development/publishing.adoc +++ b/src/docs/development/publishing.adoc @@ -60,7 +60,7 @@ After creating a user, you need to `login` to GPP: [source,shell] ---- -:htmlSanityCheck-gradle-plugin +./gradlew -Pprofile=gpp :htmlSanityCheck-gradle-plugin:login ---- This will put the respective key and secret to your `~/.gradle/gradle.properties` file.