This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch post-gradle-merge in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit ec4c43a71a7261679a275cf38def5bf40a56950f Author: Mattias Reichel <mattias.reic...@gmail.com> AuthorDate: Wed Apr 16 11:40:04 2025 +0200 chore(build): formatting --- grails-gradle/model/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grails-gradle/model/build.gradle b/grails-gradle/model/build.gradle index 322bbb38dd..e2259fafb4 100644 --- a/grails-gradle/model/build.gradle +++ b/grails-gradle/model/build.gradle @@ -41,7 +41,10 @@ dependencies { testImplementation 'org.codehaus.groovy:groovy' testImplementation 'org.codehaus.groovy:groovy-xml' testImplementation 'org.slf4j:slf4j-simple' - testImplementation('org.spockframework:spock-core') { transitive = false } + testImplementation 'org.spockframework:spock-core', { + transitive = false + } + // Required by Spock's Mocking testRuntimeOnly 'net.bytebuddy:byte-buddy' testImplementation 'org.objenesis:objenesis'