Search Gradle plugins

Version 5.92.0

5.92.0

Created 09 January 2023.

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.92.0"
}

See also:

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