Don't use markdown syntax in javadoc or error messages

Closes gh-28408
This commit is contained in:
Phillip Webb
2021-10-21 11:24:54 -07:00
parent d6a10012b3
commit 2f6651c3cb
25 changed files with 40 additions and 40 deletions

View File

@@ -33,7 +33,7 @@ class GettingStartedDocumentationTests {
GradleBuild gradleBuild;
// NOTE: We can't run any `apply-plugin` tests because during a release the
// NOTE: We can't run any 'apply-plugin' tests because during a release the
// jar won't be there
@TestTemplate