jdaugherty commented on code in PR #14160:
URL: https://github.com/apache/grails-core/pull/14160#discussion_r2049001352


##########
grails-gradle/plugins/src/e2eTest/groovy/org/grails/gradle/test/GrailsPublishPluginSpec.groovy:
##########
@@ -152,7 +152,7 @@ class GrailsPublishPluginSpec extends GradleSpecification {
         assertBuildSuccess(result, ["compileJava", "compileGroovy", 
"processResources", "classes", "jar", "groovydoc", "javadoc", "javadocJar", 
"sourcesJar"])
 
         !result.output.contains("Project subproject2 does not have a version 
defined. Using the gradle property `projectVersion` to assume version is 
0.0.1-SNAPSHOT.")
-        result.output.contains("Project subproject1 does not have a version 
defined. Using the gradle property `projectVersion` to assume version is 
0.0.1-SNAPSHOT.")
+        !result.output.contains("Project subproject1 does not have a version 
defined. Using the gradle property `projectVersion` to assume version is 
0.0.1-SNAPSHOT.")

Review Comment:
   See previous comment.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to