[ 
https://issues.apache.org/jira/browse/NETBEANS-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367344#comment-17367344
 ] 

Jaroslav Tulach commented on NETBEANS-5802:
-------------------------------------------

One problem discovered. The project generated by {{gradle init}} doesn't have 
{{build.gradle}} in the root! There is only {{settings.gradle}}
{code:java}
 settings.gradle
 app/build.gradle
 app/src/.... {code}
which includes the {{app}} subproject. The IDE should be changed to recognize 
{{settings.gradle}} as a Gradle project. That'd be simple. However I am not 
sure what'd be the consequences of doing so.

> 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
>            Priority: Major
>
> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to