File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ In order for the plugin to work alongside [Palantir's consistent versions plugin
123
123
the Scala version must be manually configured (via ` scoverageScalaVersion ` ); otherwise, the plugin will attempt to
124
124
resolve the compilation classpath, which is prohibited by the versions plugin.
125
125
126
- Migration to 6.1.1
126
+ Migration to 7.x
127
127
----------------
128
128
129
129
* Running without normal compilation is now made with ` -PscoverageCompileOnly ` instead of ` -x compileScala ` .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
group ' org.scoverage'
12
12
description = ' gradle-scoverage is a Gradle plugin for calculating code coverage using Scoverage'
13
13
if (project. version == ' unspecified' ) {
14
- version = ' 6 .0.0-SNAPSHOT'
14
+ version = ' 7 .0.0-SNAPSHOT'
15
15
}
16
16
ext {
17
17
website = ' http://scoverage.org'
You can’t perform that action at this time.
0 commit comments