Re: (SOLVED) Problem with gradle 7 (try with netbeans 12.2 and 12.4)

2021-06-02 Thread mez...@yahoo.com.INVALID
Many thanks Scott, problem solved with your suggestion. Valerio Mezzalira. Il 01/06/2021 16:00, Scott Palmer ha scritto: Replace the (deprecated) ‘compile’ with ‘implementation’ On Jun 1, 2021, at 4:40 AM, mez...@yahoo.com.invalid

Cannot use JDK 8 specific classes when compiling

2021-06-02 Thread Humphrey Clerx
I've updated from version 12.1 to 12.4 and am experiencing the following problem: I'm running NetBeans under Windows 10, with JDK 11 as the default Java Platform (set in netbeans.conf) I'm using AdoptOpenJDK 11 (11.0.11+9). Since my RCP project still requires JDK 8 as a runtime, I've added a Java

Re: Avoid cluttering gradle.properties

2021-06-02 Thread Fred Welland
I agree with this! On Wed, Jun 2, 2021 at 7:26 AM Thomas Kellerer wrote: > I am using NetBeans 12.4 with several gradle projects that use SpringBoot. > > When I configure the "Build Actions" in the NetBeans Properties to e.g. > include "--args='--spring.profiles.active=my_profile'" then NetBeans

Avoid cluttering gradle.properties

2021-06-02 Thread Thomas Kellerer
I am using NetBeans 12.4 with several gradle projects that use SpringBoot. When I configure the "Build Actions" in the NetBeans Properties to e.g. include "--args='--spring.profiles.active=my_profile'" then NetBeans puts this into the project's "gradle.properties" which would be committed to Git

Re: [ANNOUNCE] Apache NetBeans 12.4 released

2021-06-02 Thread Martin Meeser
+1 NB is such a great tool ! Snap did update to 12.4 and I was able to move to Java 16 and Gradle 7. First I encountered some errors: - A all Projects including new ones showed an empty "Resolve Problems" dialog and - B classes even from same module were not resolved. After some time I