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 f23360f commit 0423eaaCopy full SHA for 0423eaa
build.gradle
@@ -10,8 +10,9 @@ repositories {
10
11
group 'org.scoverage'
12
description = 'gradle-scoverage is a Gradle plugin for calculating code coverage using Scoverage'
13
-version = '3.0.0-SNAPSHOT'
14
-
+if (project.version == 'unspecified') {
+ version = '3.0.0-SNAPSHOT'
15
+}
16
ext {
17
website = 'http://scoverage.org'
18
vcsUrl = 'https://github.com/scoverage/gradle-scoverage.git'
0 commit comments