Re: Gradle Build struck in Collecting Project Dependencies Netbeans 11.2

2020-01-12 Thread joe foe
Thanks for the response. I have created the JIRA issue 3683 as suggested. On Sun, 12 Jan 2020, 06:35 Laszlo Kishalmi, wrote: > Well, you might create an issue on jira, please attach the IDE log and > do a self-sampling snapshot (alt+shift+y) as well. > > I might not help too much as I'm lucky

Re: Gradle Build struck in Collecting Project Dependencies Netbeans 11.2

2020-01-11 Thread Laszlo Kishalmi
Well, you might create an issue on jira, please attach the IDE log and do a self-sampling snapshot (alt+shift+y) as well. I might not help too much as I'm lucky enough not to have any Windows around. Also you might try to set: Tools > Options > Java > Gradle > Dependencies > Download Depende

Gradle Build struck in Collecting Project Dependencies Netbeans 11.2

2020-01-11 Thread joe foe
Hello , I have an issue with a gradle project that has dependencies on a network drive. My Configuration WIndows 10 64 Bit pro Netbeans 11.2 JDK 13 Gradle 5.6 and also 6.0 My build.gradle for a sample project is as follows ``` plugins { id 'java-library' } repositories{ } dependencies {