Jaroslav Tulach created NETBEANS-5802:
-----------------------------------------
Summary: Gradle project wizard should use gradle init
Key: NETBEANS-5802
URL: https://issues.apache.org/jira/browse/NETBEANS-5802
Project: NetBeans
Issue Type: Improvement
Components: projects - Gradle
Affects Versions: 12.3
Reporter: Jaroslav Tulach
Assignee: Laszlo Kishalmi
Hello Laszlo. As soon as I implemented the [VSCode project
wizard|https://github.com/apache/netbeans/pull/2999] I got following feedback:
{quote}The New Java Project wizard uses an unusual Gradle template with an
older deprecated plugins syntax and jacoco included for some reason.
To make this feature maintainable we should instead use the existing "gradle
init" functionality:
{code:java}
gradle init --type java-application --test-framework junit-jupiter --dsl groovy
--package com.example --project-name example
{code}
{quote}
Shall we switch the new project in NetBeans to use the above given command? Do
you want to do it? Or shall I do it?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists