2.0.0
- Publish the plugin to the gradle plugin repository.
This requires a change to the plugin identity to meet their convention.
apply plugin: 'scoverage'
becomes:
apply plugin: 'org.scoverage'
or you can use the new plugin mechanism:
plugins {
id 'org.scoverage' version '2.0.0'
}