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

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

Helmut Leininger created NETBEANS-2942:
------------------------------------------

             Summary: 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


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