eric-milles opened a new pull request #1086: GROOVY-8775, GROOVY-9197: Ant: separate JVM and compilation classpaths URL: https://github.com/apache/groovy/pull/1086 - updated docs for groovyc ant task - add support for more joint compilation options - add notes on joint compiler arguments and refactor minor stuff ```xml <groovyc> <javac _attribute_ /> </groovyc> ``` - bootclasspath - bootclasspathref - deprecation - modulepath - modulepathref - modulesourcepath - modulesourcepathref - nativeheaderdir - nowarn - release - upgrademodulepath - upgrademodulepathref ```xml <groovyc> <javac> <compilerarg value="-proc:_option_" /> </javac> </groovyc> ``` ```xml <groovyc previewFeatures="true"> <javac><!-- receives "--enable-preview" argument --> </groovyc> ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
