semantic-release plugin for publishing Gradle projects to Maven Central.
- Node >= 14
- JDK >= 8
- Gradle installed on your
PATH
This plugin requires that the project it is applied to is a Gradle project with the below plugins installed:
- https://github.com/Codearte/gradle-nexus-staging-plugin
- https://github.com/marcphilipp/nexus-publish-plugin
$ npm install --save-dev semantic-release @mythicdrops/semantic-release-sonatypeThe plugin can be configured in the semantic-release configuration file:
{
"plugins": ["@mythicdrops/semantic-release-sonatype"]
}