Re: Gradle bootstrap build with maven

2025-03-18 Thread Julien Plissonneau Duquène
Le 2025-03-17 21:44, Moritz a écrit : Yes, I built a crude generator for this based on the output from `./gradlew [module]:dependencies --configuration compileClasspath` to get the module dependencies with each other. I think most poms are unchanged from the generated code. I've uploaded the

Re: Gradle bootstrap build with maven

2025-03-17 Thread Moritz
Hi Julien, thanks for referencing my repository, hope it helps. That's an interesting approach. Did you use a generator for the pom.xml files, and if so how much manual adjustment was required afterwards? Yes, I built a crude generator for this based on the output from `./gradlew [module]:de

Re: Gradle bootstrap build with maven

2025-03-17 Thread Julien Plissonneau Duquène
Hi Moritz, Le 2025-03-16 11:10, Moritz a écrit : I got interested in the problem of bootstrapping a modern versions of Gradle, mainly due to the old version available in Debian. As far as I can tell, efforts have been mostly focused on using older versions to bootstrap an up-to-date version.