Skip to content

1.0.1

Compare
Choose a tag to compare
@oliverspryn oliverspryn released this 02 May 16:06
· 3 commits to develop since this release
1.0.1
cfb5d9e

Supported Kotlin Versions Supported Gradle Versions Gradle Plugin Portal Release 1.0.1 JitPack Release 1.0.1

It is now even easier to start using this plugin starting with version 1.0.1. Since this plugin is now available on the Gradle Plugin Repository, to load it into your Gradle script, just use this syntax:

plugins {
    id 'com.oliverspryn.gradleslackuploaderplugin' version '<latest version>'
}