jdaugherty commented on code in PR #15530:
URL: https://github.com/apache/grails-core/pull/15530#discussion_r3035072227
##########
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:
So reverting this causes that issue to still appear?
--
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]