libgdx / gdx-liftoff

A modern setup tool for libGDX Gradle projects
Apache License 2.0
529 stars 50 forks source link

Exception using construo 1.4 #199

Closed Sesu8642 closed 2 weeks ago

Sesu8642 commented 2 weeks ago

The recent gdx-liftoff versions upgraded construo to 1.4. However, there seems to be an issue with the Gradle setup and the 1.4 version. With a newly generated project, I'm getting an error running ./gradlew lwjgl3:packageWinX64: NoSuchMethodError: org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.putArchiveEntry

I opened an issue at construo and the author suggests that Android plugin shouldn't be applied to the whole project.

tommyettinger commented 2 weeks ago

This has actually already been fixed, there just hasn't been a release yet. Android and GWT plugins are now applied in their own modules, rather than the root. I could probably push a release soon... There's been some good changes lately. I think there's some issues that need to get sorted out with MOE, since it expects some tasks to be run during setup, and nothing else does that.