io.github.turansky.kfc.maven-publish
Owner: Victor Turansky
Predefined maven publications for Kotlin
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("io.github.turansky.kfc.maven-publish") version "5.52.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.turansky.kfc:kfc-gradle-plugin:5.52.0") } } apply(plugin = "io.github.turansky.kfc.maven-publish")
- Applying plugins to all subprojects .