Search Gradle plugins

Version 7.18.0

7.18.0

Created 13 August 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.18.0"
}

See also:

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