2.0.0 • Published 3 years ago

@mythicdrops/semantic-release-sonatype v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@mythicdrops/semantic-release-sonatype

semantic-release plugin for publishing Gradle projects to Maven Central.

Requirements

  • 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:

Install

$ npm install --save-dev semantic-release @mythicdrops/semantic-release-sonatype

Usage

The plugin can be configured in the semantic-release configuration file:

{
  "plugins": ["@mythicdrops/semantic-release-sonatype"]
}