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


##########
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy:
##########
@@ -230,6 +233,12 @@ class GrailsGradlePlugin implements Plugin<Project> {
             }
         }
 
+        project.tasks.withType(JavaCompile).configureEach { JavaCompile c ->
+            if (!c.options.compilerArgs.contains('-parameters')) {

Review Comment:
   I'm going to pull forward https://github.com/apache/grails-core/pull/15382 
and set this to true by default instead of putting this here.  



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