Search Gradle plugins

Version 5.27.0

5.27.0

Created 06 June 2022.

Maven central publish configuration

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.turansky.kfc.maven-central-publish") version "5.27.0"
}

See also:

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