More README.
This commit is contained in:
parent
5219e8dc5f
commit
becf7d0b3c
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
[](https://www.versioneye.com)
|
||||
|
||||
The plug-in will create and update projects on [VersionEye](https://www.versioneye.com/), a service that notifies you about out-dated dependencies, security vulnerabilities and license violations.
|
||||
The plug-in will create and update projects on [VersionEye](https://www.versioneye.com/), a service that notifies you about outdated dependencies, security vulnerabilities and license violations.
|
||||
|
||||
To use the plug-in include the following in `Build.kt` file:
|
||||
|
||||
|
@ -24,6 +24,8 @@ val p = project {
|
|||
|
||||
}
|
||||
```
|
||||
[View Example](https://github.com/ethauvin/kobalt-versioneye/blob/master/example/kobalt/src/Build.kt)
|
||||
|
||||
To create or update your project on VersionEye, you will need an API key. If you are [signed up](https://www.versioneye.com/signup), you can find your API Key [here](https://www.versioneye.com/settings/api):
|
||||
|
||||
[](https://www.versioneye.com/settings/api)
|
||||
|
@ -46,7 +48,7 @@ The repot is based on the *Traffic Light* concept:
|
|||
2. <span style="color:yellow">Yellow</span> items may require some attention.
|
||||
3. <span style="color:red">Red</span> items will cause the build to fail.
|
||||
|
||||
By default the plug-in is configured to only fail on known security vulnerability.
|
||||
By default the plug-in is configured to only fail on known security vulnerabilities.
|
||||
|
||||
## Global Configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue