com.mobilesolutionworks.gradle.publish
Owner: Yunarta Kartawahyudi
Reusable project publishing to be used in along Jenkins pipeline.
https://github.com/yunarta/works-ci-publish-gradle-plugin
Sources: https://github.com/yunarta/https://github.com/yunarta/works-ci-publish-gradle-plugin
Version 2.0.4
2.0.4
Created 15 June 2021.
Reusable project publishing to be used in along Jenkins pipeline.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.mobilesolutionworks.gradle.publish") version "2.0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.mobilesolutionworks.gradle:publish:2.0.4") } } apply(plugin = "com.mobilesolutionworks.gradle.publish")
- Applying plugins to all subprojects .