wooga / atlas-unity

a Unity 3D gradle plugin
https://wooga.github.io/atlas-unity/
Apache License 2.0
14 stars 4 forks source link

Latest Gradle / OpenJDK compatibility #70

Open Lyyy opened 4 years ago

Lyyy commented 4 years ago

Hi,

Do you plan to update your plugin to support latest Gradle and OpenJDK versions? I think your plugin is the best solution to manipulate Unity projects, but I can't downgrade to a previous version, and if I try to use your plugin or even to build it with a recent Gradle version, I get plenty errors.

I am aware that it should require a lot of work to adapt it, so I'm just asking if you already plan to do it.

Thanks!

Larusso commented 3 years ago

There is an RC version with support for gradle 6.9. I plan to get the plugin also to gradle 7 which is harder because some more dependencies need to update first.

We changed the API a little bit but in general it works the same. https://github.com/wooga/atlas-unity/releases/tag/v2.0.0-rc.6

And sorry for the late reply