MobiVM / robovm

Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux
https://mobivm.github.io
952 stars 132 forks source link

Upgrade Gradle plugin dependencies #740

Closed obigu closed 1 year ago

obigu commented 1 year ago

Apache Commons Compress dependencies is causing conflicts (see crash details on link below) with Gradle for specific project configurations that define the RoboVM plugin on the root build.gradle file. It happens that the default libGDX project generation tool (Gdx Setup) creates the project template with a fat root build.gradle and changing it may take some time. As a workaround, updating it to a newer version should fix them (current one is 1.5 (https://github.com/MobiVM/robovm/blob/3775626283762e5e34b966d3bc2fe8625f9c6925/plugins/gradle/build.gradle#L37C1-L37C1) and latest 1.22.0) .

https://github.com/libgdx/libgdx/issues/7168

Is there any chance we can bump at least this one?