It is necessary to add automatic plugin versions publishing.
See example.
Before publishing it is necessary to:
- Generate API key and secret on the Gradle Plugin Portal.
- Validate plugin:
./gradlew :gradle-plugin:publishPlugins --validate-only
- Publish plugin:
./gradlew :gradle-plugin:publishPlugins
- Wait to pass manual Portal review.
It is necessary to add automatic plugin versions publishing.
See example.
Before publishing it is necessary to: