Search Gradle plugins

Version 3.9.1

3.9.1

Created 23 April 2021.

Provide version tasks in root project

Add this plugin to your build using the plugins DSL:

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

See also:

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