jdaugherty commented on code in PR #596:
URL: https://github.com/apache/grails-forge/pull/596#discussion_r2147372627


##########
gradle/micronaut-openapi-config.gradle:
##########
@@ -38,11 +33,11 @@ def openApiProperties = tasks.register("openApiProperties", 
WriteProperties) {
     )
 }
 
-tasks.named("compileJava", JavaCompile) {
+tasks.named("compileJava", JavaCompile).configure { JavaCompile it ->

Review Comment:
   I want to keep the configure to match the grails-core standard and then mass 
/ replace all at once after testing.  I'll try to test that this week and then 
mass change in another PR if that's ok? 



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