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
On Sun, 26 Feb 2023 at 21:58, Joseph Huber wrote:
> I considered moving from Ant to Maven, but really found no good reason to do
> so. I have customized build macros in Ant (creating installers ...
This was one reason I was using Ant too. Those installer aspects of
my build were rewritten in p
On Sun, 26 Feb 2023 at 15:04, Thomas Kellerer wrote:
> Scott Palmer schrieb am 26.02.2023 um 15:47:
> > I don’t think there is a case where I would ever choose to create a
> > new Ant-based project these days. It is more flexible than Maven,
> > but far more awkward to work with than Gradle. IMO