paulk-asert commented on pull request #1467: URL: https://github.com/apache/groovy/pull/1467#issuecomment-767894408
For the deprecated `groovy.util.CliBuilder`, you'd need to change the last line to: ``` assert options.getDelegate().getSavedTypeOptions()['abc']?.type.toString() == 'double' ``` And that class (`groovy.util` variant) is removed in Groovy 4 to allow for Java9+ JPMS compliance. So probably better to jump straight to other package variants. ---------------------------------------------------------------- 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]
