Skip to content

Commit

Permalink
Update encoding docs (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Dec 25, 2024
1 parent 73d2f5d commit 0e4d3b4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,9 @@ public class VerifyMojo extends AbstractMojo implements SurefireReportParameters
private int failOnFlakeCount;

/**
* The character encoding scheme to be applied.
* Deprecated since 2.20.1 and used encoding UTF-8 in <code>failsafe-summary.xml</code>.
* No effect. UTF-8 is always used for <code>failsafe-summary.xml</code>.
*
* @deprecated since of 2.20.1
* @deprecated since 2.20.1
*/
@Deprecated
@Parameter(property = "encoding", defaultValue = "${project.reporting.outputEncoding}")
Expand Down

0 comments on commit 0e4d3b4

Please sign in to comment.