Search Gradle plugins

org.shipkit.publications-comparator

Release tools and Gradle plugins that automate Mockito continuous delivery.

http://shipkit.org/

Sources: https://github.com/mockito/shipkit

Version 0.8.112 (latest)

0.8.112

Created 05 July 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.publications-comparator") version "0.8.112"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.shipkit:shipkit:0.8.112")
      }
    }
    
    apply(plugin = "org.shipkit.publications-comparator")
  • Applying plugins to all subprojects .