Re: gradle reboot

[email protected] Fri, 29 Nov 2024 12:55:52 +0100
Newsgroups gmane.linux.debian.devel.java
Message-ID <[email protected]>
Le 2024-11-29 11:58, Emmanuel Bourg a écrit :

> Maybe jumping to recent and stable Gradle/Kotlin releases would be 
> easier, but does that even exist? Is there a couple a Gradle and Kotlin 
> releases that can be used to build each other (and themself).

I haven't checked Kotlin yet, but recent releases of Gradle are built 
using the previous "release" that can well be a -rc. But they can 
probably now be built with reasonbly older releases (and by that I mean 
the latest minor of the previous major release) without too much 
rewriting, actually there are a lot of deprecation warnings emitted by 
Gradle's own build.

Thanks for the link, I'm not done reading it yet but it adds some 
interesting context.