Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GROOVY-8775, GROOVY-9197: Ant: separate JVM and compilation classpaths (Groovy 2.5 backport) #1086

Merged
merged 1 commit into from Nov 22, 2019

Conversation

eric-milles
Copy link
Member

  • updated docs for groovyc ant task
  • add support for more joint compilation options
  • add notes on joint compiler arguments and refactor minor stuff
<groovyc>
  <javac _attribute_ />
</groovyc>
  • bootclasspath
  • bootclasspathref
  • deprecation
  • modulepath
  • modulepathref
  • modulesourcepath
  • modulesourcepathref
  • nativeheaderdir
  • nowarn
  • release
  • upgrademodulepath
  • upgrademodulepathref
<groovyc>
  <javac>
    <compilerarg value="-proc:_option_" />
  </javac>
</groovyc>
<groovyc previewFeatures="true">
  <javac><!-- receives "--enable-preview" argument -->
</groovyc>

@eric-milles eric-milles changed the title GROOVY-8775, GROOVY-9197: Ant: separate JVM and compilation classpaths GROOVY-8775, GROOVY-9197: Ant: separate JVM and compilation classpaths (Groovy 2.5 backport) Nov 15, 2019
@daniellansun daniellansun merged commit 4ba8777 into GROOVY_2_5_X Nov 22, 2019
@daniellansun
Copy link
Contributor

Merged. Thanks.

@asfgit asfgit deleted the groovy25-groovyc branch November 22, 2019 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants