https://github.com/wooga/atlas-slack
a slack plugin for Gradle.
https://github.com/wooga/atlas-slack
atlas gradle slack
Last synced: 11 months ago
JSON representation
a slack plugin for Gradle.
- Host: GitHub
- URL: https://github.com/wooga/atlas-slack
- Owner: wooga
- License: apache-2.0
- Created: 2019-04-02T11:13:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T16:03:02.000Z (almost 3 years ago)
- Last Synced: 2023-08-18T17:09:56.038Z (almost 3 years ago)
- Topics: atlas, gradle, slack
- Language: Groovy
- Size: 159 KB
- Stars: 2
- Watchers: 38
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
atlas-slack
============
[](https://plugins.gradle.org/plugin/net.wooga.github)
[](https://travis-ci.org/wooga/atlas-slack)
[](https://coveralls.io/github/wooga/atlas-slack?branch=master)
[](https://raw.githubusercontent.com/wooga/atlas-slack/master/LICENSE)
[]()
[]()
This plugin provides tasks and conventions to send slack messages.
# Applying the plugin
**build.gradle**
```groovy
plugins {
id 'net.wooga.slack' version '1.0.0'
}
```
Documentation
=============
- [API docs](https://wooga.github.io/atlas-slack/docs/api/)
Gradle and Java Compatibility
=============================
| Gradle Version | Works |
| :-------------: | :----: |
| < 5.0 | ![no] |
| 5.0 | ![yes] |
| 5.1 | ![yes] |
| 5.2 | ![yes] |
| 5.3 | ![yes] |
| 5.4 | ![yes] |
| 5.5 | ![yes] |
| 5.6 | ![yes] |
| 5.6 | ![yes] |
| 6.0 | ![yes] |
| 6.1 | ![yes] |
| 6.2 | ![yes] |
| 6.3 | ![yes] |
| 6.4 | ![yes] |
| 6.5 | ![yes] |
| 6.6 | ![yes] |
| 6.6 | ![yes] |
| 6.7 | ![yes] |
| 6.8 | ![yes] |
| 7.0 | ![yes] |
Development
===========
[Code of Conduct](docs/Code-of-conduct.md)
LICENSE
=======
Copyright 2019 Wooga GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.