File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ You can find instructions on how to apply the plugin at http://plugins.gradle.or
43
43
The plugin exposes multiple options that can be configured by setting them in an ` scoverage ` block within the project's
44
44
build script. These options are as follows:
45
45
46
- * ` scoverageVersion = <String> ` (default ` "1.4.1" ` ): The version of the scoverage scalac plugin. This (gradle) plugin
46
+ * ` scoverageVersion = <String> ` (default ` "1.4.2 ` ): The version of the scoverage scalac plugin. This (gradle) plugin
47
47
should be compatible with all 1+ versions.
48
48
49
- * ` scoverageScalaVersion = <String> ` (default ` "2.12" ` ): The scala version of the scoverage scalac plugin. This
49
+ * ` scoverageScalaVersion = <String> ` (default ` detected ` ): The scala version of the scoverage scalac plugin. This
50
50
overrides the version of the ` scala-library ` compile dependency (if the dependency is configured).
51
51
52
52
* ` coverageOutputCobertura = <boolean> ` (default ` true ` ): Enables/disables cobertura.xml file generation (for both aggregated and non-aggregated reports).
@@ -122,6 +122,13 @@ In order for the plugin to work alongside [Palantir's consistent versions plugin
122
122
the Scala version must be manually configured (via ` scoverageScalaVersion ` ); otherwise, the plugin will attempt to
123
123
resolve the compilation classpath, which is prohibited by the versions plugin.
124
124
125
+ Migration to 5.x
126
+ ----------------
127
+
128
+ * Requires scoverage 1.4.2 or higher (and uses this version by default)
129
+ * Adds support for Scala 2.13
130
+ * Drops support for Scala 2.11
131
+
125
132
Migration to 4.x
126
133
----------------
127
134
You can’t perform that action at this time.
0 commit comments