borinquenkid commented on code in PR #15530:
URL: https://github.com/apache/grails-core/pull/15530#discussion_r3012156026


##########
gradle/grails-data-tck-config.gradle:
##########
@@ -89,8 +97,8 @@ tasks.withType(Test).configureEach { Test it ->
         }
 
         true
-    }
+        }
 
-    it.testClassesDirs = objects.fileCollection().from(extractTck, 
testClassesDirs)
-    it.finalizedBy(cleanupTask)
-}
+        it.testClassesDirs = project.files(extractTck.map { task -> 
task.outputs.files }, sourceSets.test.output.classesDirs)

Review Comment:
   There was an issue with running TCK across mongo core h5 and h7



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