On 16/09/2024 05:34, Sebastiaan Couwenberg wrote:
Not easily as it requires a newer gradle
Not necessarily, we could use Maven instead of Gradle. The Freeplane build is fairly simple and converting it to Maven is straightforward. I hacked this proof of concept quickly tonight to give it a try:
https://github.com/ebourg/freeplane-maven/tree/mavenIt's still missing some bits (such as the OSGi metadata) but at least it builds.
Emmanuel Bourg