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
Version 5.126.0
5.126.0
Created 16 February 2023.
Predefined maven publications for Kotlin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.turansky.kfc.maven-publish") version "5.126.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.turansky.kfc:kfc-gradle-plugin:5.126.0") } } apply(plugin = "io.github.turansky.kfc.maven-publish")
- Applying plugins to all subprojects .