Edit Javadoc.

This commit is contained in:
John Blum
2021-11-17 12:53:22 -08:00
parent 8441c55024
commit 1db3ad9aca

View File

@@ -50,7 +50,7 @@ class IntegrationTestPlugin implements Plugin<Project> {
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
}