com.oliverspryn.gradleslackuploaderplugin
Owner: Oliver Spryn
Uploads artifacts from a Gradle build as a file to a Slack channel
Sources: https://github.com/upmc-enterprises/gradle-slack-uploader-plugin
Version 1.0.1 (latest)
1.0.1
Created 01 May 2019.
Uploads artifacts from a Gradle build as a file to a Slack channel
Add this plugin to your build using the plugins DSL:
plugins {
id("com.oliverspryn.gradleslackuploaderplugin") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.oliverspryn.gradle:gradle-slack-uploader-plugin:1.0.1") } } apply(plugin = "com.oliverspryn.gradleslackuploaderplugin")
- Applying plugins to all subprojects .