org.shipkit.auto-release-notes
Owner: Szczepan Faber
Release tools and Gradle plugins that automate Mockito continuous delivery.
Sources: https://github.com/mockito/mockito-release-tools
Version 0.8.64
0.8.64
Created 04 June 2017.
Release tools and Gradle plugins that automate Mockito continuous delivery.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.shipkit.auto-release-notes") version "0.8.64"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.mockito:mockito-release-tools:0.8.64") } } apply(plugin = "org.shipkit.auto-release-notes")
- Applying plugins to all subprojects .