Search Gradle plugins

Version 0.0.23

0.0.23

Created 15 February 2020.

Provide version tasks in root project

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.turansky.kfc.version") version "0.0.23"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.github.turansky.kfc:gradle-plugin:0.0.23")
      }
    }
    
    apply(plugin = "com.github.turansky.kfc.version")
  • Applying plugins to all subprojects .