We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957fcba commit bdc458aCopy full SHA for bdc458a
README.md
@@ -264,6 +264,12 @@ Run next command after [build and publish the plugin locally](#how-to-build-and-
264
265
## How to release the plugin to Gradle plugin portal
266
267
+First time, you have to run next command:
268
+
269
+```bash
270
+./gradlew login
271
+```
272
273
Run next command after [build and publish the plugin locally](#how-to-build-and-install-the-plugin) (ommit `./` on Windows):
274
275
```bash
0 commit comments