com.github.turansky.kfc.maven-central-publish
Owner: Victor Turansky
Maven central publish configuration
https://github.com/turansky/kfc-plugins
Sources: https://github.com/turansky/kfc-plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.turansky.kfc.maven-central-publish") version "4.31.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.turansky.kfc:gradle-plugin:4.31.0") } } apply(plugin = "com.github.turansky.kfc.maven-central-publish")
- Applying plugins to all subprojects .