We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3f531 commit cbc7657Copy full SHA for cbc7657
build.gradle
@@ -11,7 +11,7 @@ repositories {
11
group 'org.scoverage'
12
description = 'gradle-scoverage is a Gradle plugin for calculating code coverage using Scoverage'
13
if (project.version == 'unspecified') {
14
- version = '3.0.0-SNAPSHOT'
+ version = '6.0.0-SNAPSHOT'
15
}
16
ext {
17
website = 'http://scoverage.org'
0 commit comments