Please refer to the following.
Please refer to the following.
Then in your build.gradle file.
// Optional
def isCi = "true".equals(System.getenv("CI"))
slack {
url "$System.env.GRADLE_SLACK_WEBHOOK_URL"
dependsOnTasks 'dependencyUpdates'
title 'gradle slack plugin title'
enabled isCi
}Please refer to the following.
Slack WebHook URL Secret, please rewrite to yours.
https://github.com/operando/AndroidGradleCiSample/blob/master/.travis.yml#L8 https://github.com/operando/AndroidGradleCiSample/blob/master/.travis.yml#L12
You will be notified as follows.
https://github.com/operando/gradle-slack-plugin
