Skip to content

2.0.0

Compare
Choose a tag to compare
@maiflai maiflai released this 29 Dec 14:16
· 215 commits to master since this release
  • 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'
}