borinquenkid commented on code in PR #15530:
URL: https://github.com/apache/grails-core/pull/15530#discussion_r3012069517


##########
gradle/grails-extension-gradle-config.gradle:
##########
@@ -31,11 +31,4 @@ grails {
     // this means you MUST publish locally via ./gradlew 
:grails-bom:publishMavenPublicationToLocalBomRepository
     // this causes unexpected version mismatches in the various plugin projects
     springDependencyManagement = false
-
-    // Allow CI to toggle Groovy invokedynamic (indy) via -PgrailsIndy=true
-    // This enables testing functional tests with both indy enabled and 
disabled.
-    // See: https://github.com/apache/grails-core/issues/15321
-    if (project.hasProperty('grailsIndy')) {

Review Comment:
   I will revert this



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