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


##########
gradle/functional-test-config.gradle:
##########
@@ -60,6 +60,7 @@ List<String> debugArguments = [
 ]
 tasks.withType(Test).configureEach { Test task ->
     boolean isHibernate5 = 
!project.name.startsWith('grails-test-examples-hibernate5')
+    boolean isHibernate7 = 
!project.name.startsWith('grails-test-examples-hibernate7')
     boolean isMongo = !project.name.startsWith('grails-test-examples-mongodb')

Review Comment:
   if project doe snot start with 'grails-test-examples-hibernate7' it's a 
hibernate7 project ... that seems right to me? 



-- 
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