Skip to content

Resolver repos are not source control friendly #239

@bklooster

Description

@bklooster

Currently, when a plugin (such as Firebase's Unity plugin) defines its own repository for the library the resolver will create an entry in the resolver path that is user specific. This makes source control very painful because it is defined to the user's file path.
Screen Shot 2019-06-19 at 5 40 25 PM

Would it be possible to manually embed only the .aar files that are in their own repository so that the mainTemplate.gradle doesn't need to be hooked up to an absolute path name? The only work around
Currently, to get around this problem, every user needs to force resolve on their machine prior to making a build. This is is very error prone. Also as part of the resolve process these files are recreated, which causes a change to appear in git due to the .meta files changing.
Screen Shot 2019-06-19 at 5 49 33 PM

Any recommendations or fixes in new versions would be appreciated, thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions