wooga / atlas-wdk-unity

Gradle Plugin to help wdk package development
https://wooga.github.io/atlas-wdk-unity
Apache License 2.0
0 stars 2 forks source link

Fix compatibility for gradle > 4.4 #8

Closed Larusso closed 6 years ago

Larusso commented 6 years ago

Description

We used some internal API's that changed in gradle 4.4. The API resolveLater in PathToFileResolver is gone so we replicate this API with new Factory<File> invocations instead for now.

Changes

FIX usage of removed API resolveLater