com.github.alexeykorshun.slack-build-notify
Owner: Alexei Korshun
Plugin for notify your slack channel about complete build
https://github.com/AlexeyKorshun/slack-work-notify
Sources: https://github.com/AlexeyKorshun/slack-work-notify.git
Version 0.1.1
0.1.1
Created 09 August 2018.
Plugin for notify your slack channel about complete build
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.alexeykorshun.slack-build-notify") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.alexeykorshun:slack-build-notify:0.1.1") } } apply(plugin = "com.github.alexeykorshun.slack-build-notify")
- Applying plugins to all subprojects .