Re: Easier way to change Java platform for all modules of a Gradle project

2023-02-27 Thread Thomas Kellerer
Thomas Kellerer schrieb am 27.02.2023 um 08:38: > Hello, > > we have a Gradle project with about 40sub-projects. > > I am running NetBeans on Java 17, but the project still uses Java 11. > > However, it does not seem to be enough to switch the JDK on the main Gradle > project. > I need to change t

Easier way to change Java platform for all modules of a Gradle project

2023-02-26 Thread Thomas Kellerer
Hello, we have a Gradle project with about 40sub-projects. I am running NetBeans on Java 17, but the project still uses Java 11. However, it does not seem to be enough to switch the JDK on the main Gradle project. I need to change the JDK for each sub-project individually (using the project's