danielsun1106 commented on pull request #1292: URL: https://github.com/apache/groovy/pull/1292#issuecomment-652774465
@paulk-asert As @erichelgeson said, the job currently fails as there is a reported regression in Groovy 3.0.5: https://github.com/apache/groovy/runs/828911951 ``` > Task :grails-web-databinding:compileGroovy FAILED FAILURE: Build failed with an exception. Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings * What went wrong: 117 actionable tasks: 78 executed, 39 up-to-date Execution failed for task ':grails-web-databinding:compileGroovy'. > BUG! exception in phase 'class generation' in source unit '/home/runner/work/groovy/grails-core/grails-web-databinding/src/main/groovy/grails/web/databinding/GrailsWebDataBinder.groovy' At line 541 column 33 On receiver: obj with message: getAt and arguments: propName This method should not have been called. Please try to create a simple example reproducing this error and file a bug report at https://issues.apache.org/jira/browse/GROOVY ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
