matrei commented on code in PR #1144:
URL:
https://github.com/apache/grails-spring-security/pull/1144#discussion_r2225715196
##########
buildSrc/build.gradle:
##########
@@ -57,7 +57,9 @@ dependencies {
implementation
"org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:${versions.get('ratVersion')}"
implementation
"org.gradle.crypto.checksum:org.gradle.crypto.checksum.gradle.plugin:${versions.get('gradleCryptoChecksumVersion')}"
- testImplementation 'org.spockframework:spock-core'
+ testImplementation 'org.spockframework:spock-core', {
+ exclude(group: 'org.codehaus.groovy') // Use Gradle provided version
because: Could not resolve org.codehaus.groovy:groovy:3.0.12
Review Comment:
Yes, buildSrc has a Spock test.
Groovy 3 should be what is running that test.
--
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]