Skip to content

2.0.0

Compare
Choose a tag to compare
@oliverspryn oliverspryn released this 02 Oct 16:24
· 1 commit to develop since this release
2.0.0
3836e94

Supported Kotlin Versions Supported Gradle Versions Gradle Plugin Portal Release 2.0.0 JitPack Release 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.