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) .
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?