File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
123123the Scala version must be manually configured (via ` scoverageScalaVersion ` ); otherwise, the plugin will attempt to
124124resolve the compilation classpath, which is prohibited by the versions plugin.
125125
126- Migration to 6.1.1
126+ Migration to 7.x
127127----------------
128128
129129* 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 {
1111group ' org.scoverage'
1212description = ' gradle-scoverage is a Gradle plugin for calculating code coverage using Scoverage'
1313if (project. version == ' unspecified' ) {
14- version = ' 6 .0.0-SNAPSHOT'
14+ version = ' 7 .0.0-SNAPSHOT'
1515}
1616ext {
1717 website = ' http://scoverage.org'
You can’t perform that action at this time.
0 commit comments