You have the latest version so as Gj says drop some questions to the author.
On Thu, 30 Aug 2018 08:08 Geertjan Wielenga, <geertjan.wiele...@googlemail.com.invalid> wrote: > No, again, this is where you're going to send your questions and concerns > about the Gradle support: > > https://github.com/kelemen/netbeans-gradle-project/issues > > Thanks, > > Gj > > > On Thu, Aug 30, 2018 at 8:06 AM, Miroslav Nachev < > mnachev.nscenter...@gmail.com> wrote: > >> v1.4.3 >> [image: image.png] >> >> On Thu, Aug 30, 2018 at 10:01 AM Peter Steele <steeleh...@gmail.com> >> wrote: >> >>> I use java 11 with the gradle plug in and it is working fine for me. >>> Which plug in version do you use? >>> >>> The version that was live when only 8.2 was around had issue for me in 9 >>> (maybe even 8.2 too) but the latest version has quite a few fixes. I have a >>> vague memory that the issue you are seeing below is because you aren't on >>> the latest version >>> >>> >>> On 30 Aug 2018 06:37, "Miroslav Nachev" <mnachev.nscenter...@gmail.com> >>> wrote: >>> >>> Hi, >>> >>> I have big difficulty in compiling and running projects that use Gradle. >>> To use such projects, I do one of the following: >>> - Copy the project and modify it in Maven to be available in NetBeans. >>> - I run it from the console and make changes through an external editor. >>> - I use Eclipse to be able to compile, debug and run the project from >>> IDE. >>> >>> What are the issues: >>> >>> - Once the project is opened, its content is unavailable. >>> [image: image.png] >>> - When I want to test, compile/build, or run the project, there are >>> various Exceptions like this: >>> Stack trace: >>> org.gradle.tooling.BuildException: Could not execute build using >>> Gradle distribution ' >>> https://services.gradle.org/distributions/gradle-4.5.1-bin.zip'. >>> at >>> >>> org.gradle.tooling.internal.consumer.ExceptionTransformer.transform(ExceptionTransformer.java:51) >>> Caused by: org.gradle.internal.exceptions.LocationAwareException: >>> Task 'cleanTest' not found in root project 'testfx-junit5'. >>> at >>> >>> org.gradle.initialization.DefaultExceptionAnalyser.transform(DefaultExceptionAnalyser.java:74) >>> Caused by: org.gradle.execution.TaskSelectionException: Task >>> 'cleanTest' not found in root project 'testfx-junit5'. >>> - When I use JDK 10 and 11, I have many problems >>> >>> What is the way I can use Gradle via NetBeans IDE? >>> >>> >>> Regards, >>> Miro. >>> >>> >>> >