org.shipkit.version-upgrade-consumer
Owner: Szczepan Faber
Shipkit - toolkit for shipping it. Enables continuous delivery with automated version bumps, release notes and many more.
Sources: https://github.com/mockito/shipkit
Version 0.9.33 (latest)
0.9.33
Created 10 August 2017.
This plugin version will no longer resolve after JCenter becomes a permanent redirect to Maven Central as it uses dependencies only found in JCenter. See the following blog post for details: https://blog.gradle.org/portal-jcenter-impact
Shipkit - toolkit for shipping it. Enables continuous delivery with automated version bumps, release notes and many more.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.shipkit.version-upgrade-consumer") version "0.9.33"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.shipkit:shipkit:0.9.33") } } apply(plugin = "org.shipkit.version-upgrade-consumer")
- Applying plugins to all subprojects .