This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch grails-geb in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit f2d9c428e1439a3467be8d7c08b1e7c0cd43794b Author: James Daugherty <[email protected]> AuthorDate: Sun Apr 20 22:29:22 2025 -0400 Add the tck tests to the test implementation to help junit find them in TckTestSuite --- gradle/grails-data-tck-config.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle/grails-data-tck-config.gradle b/gradle/grails-data-tck-config.gradle index b9ae1f8bd3..5546229736 100644 --- a/gradle/grails-data-tck-config.gradle +++ b/gradle/grails-data-tck-config.gradle @@ -14,6 +14,7 @@ dependencies { } // So we can easily extract the compiled classes tck project(':grails-datamapping-tck-tests') + testImplementation project(':grails-datamapping-tck-tests') testImplementation project(':grails-datamapping-tck-domains') runtimeOnly 'org.apache.groovy:groovy-dateutil', {
