jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3328933523


##########
build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/CompilePlugin.groovy:
##########
@@ -114,6 +115,9 @@ class CompilePlugin implements Plugin<Project> {
                     it.options.compilerArgs += ['-Xlint:-removal']
                 }
             }
+            project.tasks.withType(Test).configureEach {
+                
it.jvmArgs('-Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true')

Review Comment:
   I think this is only needed if on a snapshot? If we're going to keep this, 
it should be on only tests



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