Re: Netbeans 11 and Gradle broken builds

2019-04-14 Thread Ty Young
On 4/14/19 5:59 AM, Geertjan Wielenga wrote: I'd be happy to help, but can't until/unless you provide a way for the problem to be reproduced. Gj I don't know what the issue even is so it's a bit hard for me to figure out what's causing it. Here is my build script I guess: plugins {    

Re: Netbeans 11 and Gradle broken builds

2019-04-14 Thread Geertjan Wielenga
I'd be happy to help, but can't until/unless you provide a way for the problem to be reproduced. Gj On Sun, Apr 14, 2019 at 11:25 AM Ty Young wrote: > Nothing on this? I still can't get it to compile. I tried to build in > IDEA and it spit out this very weird error about Optional.isEmpty()Z: >

Re: Netbeans 11 and Gradle broken builds

2019-04-14 Thread Ty Young
Nothing on this? I still can't get it to compile. I tried to build in IDEA and it spit out this very weird error about Optional.isEmpty()Z: org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'GoliathENVIOUSFX'.     at

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Ty Young
On 4/9/19 9:36 AM, Peter Steele wrote: >> Is there a way to go back to the old plugin by chance while still using Netbeans 11? There is, you can disable the gradle plugin that comes built in and install the nbm from https://github.com/kelemen/netbeans-gradle-project/releases That didn't

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Peter Steele
>> Is there a way to go back to the old plugin by chance while still using Netbeans 11? There is, you can disable the gradle plugin that comes built in and install the nbm from https://github.com/kelemen/netbeans-gradle-project/releases On Tue, Apr 9, 2019 at 2:58 PM Ty Young wrote: > > On

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Ty Young
On 4/9/19 8:22 AM, Mark A. Claassen wrote: I am not exactly sure what is going on. I wonder if that is just a bad error message. Java FX is no longer included in Java (since Java 9). Probably, you were running the older version of Netbeans with Java 8, but not Nebeans 11. I am running a

RE: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Mark A. Claassen
I am not exactly sure what is going on. I wonder if that is just a bad error message. Java FX is no longer included in Java (since Java 9). Probably, you were running the older version of Netbeans with Java 8, but not Nebeans 11. In your /etc/netbeans.conf file, near the bottom, you can set