Releases: upmc-enterprises/gradle-slack-uploader-plugin
Releases · upmc-enterprises/gradle-slack-uploader-plugin
2.1.0
2.0.0
All of the libraries which power this project have been upgraded, incidentally fixing an issue with a library compatibility issue with the new Slack file upload API.
Note: The plugin identifier has changed. Instead of com.oliverspryn.gradleslackuploaderplugin
, the ID is now com.oliverspryn.gradle.slackuploader
.
Please use the new identifier, as shown below:
plugins {
id 'com.oliverspryn.gradle.slackuploader' version '<latest version>'
}
Or for the legacy plugin format:
buildscript {
repositories {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "gradle.plugin.com.oliverspryn.gradle:slack-uploader:<latest-version>"
}
}
apply plugin: "com.oliverspryn.gradle.slackuploader"
The old identifier will continue to function, but will not receive any updates past 1.0.1.
1.0.1
1.0.0
Introducing the Gradle Slack Uploader Plugin. You can now integrate Slack with your Gradle builds more tightly than ever. With this release you can:
- Upload a single file to one or more Slack channels
- Customize the comment posted with the file attachment
- Conditionally enable or disable the plugin based on a configuration flag