com.mobilesolutionworks.gradle.reporting
Owner: Yunarta Kartawahyudi
Reusable project publishing to be used in along Jenkins pipeline.
https://github.com/yunarta/https://github.com/yunarta/works-ci-publish-gradle-plugin
Sources: https://github.com/yunarta/https://github.com/yunarta/works-ci-publish-gradle-plugin
Version 1.0.7
1.0.7
Created 23 June 2018.
Plugin for automatically gather project report into root folder for easier continuous integration
Add this plugin to your build using the plugins DSL:
plugins {
id("com.mobilesolutionworks.gradle.reporting") version "1.0.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.mobilesolutionworks.gradle:works-reporting:1.0.7") } } apply(plugin = "com.mobilesolutionworks.gradle.reporting")
- Applying plugins to all subprojects .