From 1db3ad9acaed69c11eb6f8edc10ee896dd05e17e Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 17 Nov 2021 12:53:22 -0800 Subject: [PATCH] Edit Javadoc. --- .../io/spring/gradle/convention/IntegrationTestPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy index 6b190d5..23e4c76 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/IntegrationTestPlugin.groovy @@ -50,7 +50,7 @@ class IntegrationTestPlugin implements Plugin { private applyJava(Project project) { if (!project.file('src/integration-test/').exists()) { - // ensure we don't add if no tests to avoid adding Gretty + // Do not add any configuration if there are no (integration) tests to avoid adding Gretty. return }