Search Gradle plugins

Version 7.6.6

7.6.6

Created 14 May 2023.

Provide version tasks in root project

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.turansky.kfc.version") version "7.6.6"
}

See also:

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