bug#70886: Packaging a gradle application

2024-05-13 Thread Noé Lopez via Bug reports for GNU Guix
Thank you both for your answers. I will try out the channel and see if I can figure something out :) I don’t have that much computing power with my little i3, I'm sure it will manage lol. I suppose once kotlin is built I won't have to build it again, unless it is itself packaged with gradle ‍.

bug#70886: Packaging a gradle application

2024-05-13 Thread Noé Lopez via Bug reports for GNU Guix
Hi Guix, Today I thought I'd try to package Mindustry, a libre game I like made in Java. It uses the gradle build system, and I couldn't find any trace of gradle in the guix sources or mailing lists. I only found some gradle packages being built with the ant-build-sytem, so I tried that for a

bug#70886: Packaging a gradle application

2024-05-12 Thread Julien Lepiller
After 1.0.0, I'm able to build one more version, but it is not built properly, as it's not able to build ittelf or any other version. There's probably something wrong with one of the dependencies, but it's hard to say what and which one exactly. One way to test would be to rebuild with the

bug#70886: Packaging a gradle application

2024-05-12 Thread Nicolas Graves via Bug reports for GNU Guix
Hi Noé, Regarding Gradle, IIRC, the main hinderance to get that into Guix is the extremely costly bootstrap process through which its building blocks (in particular recent Kotlin versions) can be built. The work on this is mainly done by Julien Lepiller in channel guix-android :