You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (JIRA)" <ji...@apache.org> on 2019/08/02 13:49:00 UTC

[jira] [Resolved] (NETBEANS-2942) Gradle jvmargs are not inserted into distribution command script

     [ https://issues.apache.org/jira/browse/NETBEANS-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Kishalmi resolved NETBEANS-2942.
---------------------------------------
    Resolution: Invalid

Well, this happens entirely between Gradle and you, NetBeans has no affect on it. You might file an issue on it for Gradle.

AFAIK the distribution plugin works with a script template you can overwrite, so it is solvable with Gradle at the moment, just needs a bit more work.

> Gradle jvmargs are not inserted into distribution command script
> ----------------------------------------------------------------
>
>                 Key: NETBEANS-2942
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2942
>             Project: NetBeans
>          Issue Type: Bug
>          Components: projects - Gradle
>    Affects Versions: 11.0
>         Environment: Gradle 5.5.1, Netbeans 11.1, openjdk12, Windows10
>            Reporter: Helmut Leininger
>            Assignee: Laszlo Kishalmi
>            Priority: Minor
>              Labels: gradle, packaging
>
> build.gradle contains
> {code:java}
> run {
>     jvmArgs(['--enable-preview'])
> }{code}
> This is taken into account when runnung from the IDE, but it is not inserted into the distribution (Zip file)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists