Skip to content

Commit

Permalink
Polish description text
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider authored Mar 15, 2024
1 parent 402a8cb commit 02c06d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getDisplayName() {

@Override
public String getDescription() {
return "By default Gradle's `Test` tasks use JUnit 4." +
return "By default Gradle's `Test` tasks use JUnit 4. " +
"Gradle `Test` tasks must be configured with `useJUnitPlatform()` to run JUnit Jupiter tests. " +
"This recipe adds the `useJUnitPlatform()` method call to the `Test` task configuration.";
}
Expand Down

0 comments on commit 02c06d0

Please sign in to comment.