Not sure if this is the same input/expected output for the Gradle update
but...


   1. Created a Java Gradle Project
   2. Added the below task to build.gradle
   3. "hello" tasks shows in the navigator area and running it shows
   results in the console


// from https://docs.gradle.org/current/userguide/tutorial_using_tasks.html
tasks.register('hello') {
    doLast {
        println 'Hello world!'
    }
}

Eric Bresie
ebre...@gmail.com


On Thu, Aug 26, 2021 at 8:43 AM Neil C Smith <neilcsm...@apache.org> wrote:

> On Wed, 25 Aug 2021 at 14:28, Neil C Smith <neilcsm...@apache.org> wrote:
> > Hopefully this can be our final beta and the voting candidate for 12.5
> > can be built off the same git hash.  In particular, please test issues
> > fixed between beta1 and beta2....
>
> In chat earlier, Geertjan suggested specifically mentioning some of
> the key fixes to check there, as there's rather a lot on the PR list,
> and a bit confusing with all the commit messages -
>
> Gradle navigator / custom actions working again
>
> https://issues.apache.org/jira/browse/NETBEANS-5906
>
>>
>>

Reply via email to