Skip to content

Commit d22e1a9

Browse files
committed
Change 'highlighting' parameter default value to 'true'
Align with SBT plugin (https://github.com/scoverage/sbt-scoverage#highlighting) and Gradle plugin.
1 parent c127fcd commit d22e1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public class SCoveragePreCompileMojo
132132
*
133133
* @since 1.0.0
134134
*/
135-
@Parameter( property = "scoverage.highlighting", defaultValue = "false" )
135+
@Parameter( property = "scoverage.highlighting", defaultValue = "true" )
136136
private boolean highlighting;
137137

138138
/**

0 commit comments

Comments
 (0)