Skip to content

android.groovy determines root project path from user.dir property #15

Description

@ste7en

When running a gradle task from Fastlane, if the Fastfile is defined project-wide and not in the Android / iOS respective folders, gradle fails because the relative appPath I'm providing to linkColocatedNativeFiles is relative to the system property user.dir as in lines 17-18.

Unfortunately neither the rootDir Gradle property can be used as it would be appended to System.getProperty('user.dir') path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions