ch.tutteli.gradle.plugins.publish
Owner: Robert Stoll
Applies maven-publish as well as io.github.gradle-nexus.publish-plugin and configures them according to tutteli's publish conventions.
https://github.com/robstoll/tutteli-gradle-plugins
Sources: https://github.com/robstoll/tutteli-gradle-plugins.git
Version 5.0.3 (latest)
5.0.3
Created 31 October 2024.
Applies maven-publish and configures it according to tutteli"s publish conventions.
Add this plugin to your build using the plugins DSL:
plugins {
id("ch.tutteli.gradle.plugins.publish") version "5.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ch.tutteli:tutteli-gradle-publish:5.0.3") } } apply(plugin = "ch.tutteli.gradle.plugins.publish")
- Applying plugins to all subprojects .