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

Noel Grandin commented on NETBEANS-4131:
----------------------------------------

One suggestion - gradle by default will have 2 wrapper files. One with name

  gradlew

which is meant to be executed on Unix systems

and

  gradlew.bat

which is meant to be executed on Windows systems.

Now you just do "./gradlew" from the command line, Windows will pick the right 
file.

But perhaps something changed recently in the Netbeans code to execute external 
stuff, and it is now picking the wrong file?

 

> NetBeans Gradle support not using wrapper
> -----------------------------------------
>
>                 Key: NETBEANS-4131
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4131
>             Project: NetBeans
>          Issue Type: Bug
>          Components: projects - Gradle
>    Affects Versions: 11.3
>            Reporter: Charles George
>            Assignee: Laszlo Kishalmi
>            Priority: Critical
>
> The NetBeans Gradle support is not actually using the wrapper despite the 
> "Prefer to use Gradle Wrapper that Comes with the Project" checkbox selected.



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