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 }