Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: ownershipFile requires a File, not a String #47

Closed
leinardi opened this issue Feb 15, 2022 · 0 comments · Fixed by #49
Closed

README: ownershipFile requires a File, not a String #47

leinardi opened this issue Feb 15, 2022 · 0 comments · Fixed by #49

Comments

@leinardi
Copy link

The README.md shows that the ownershipFile should be set using a String when instead it requires a File.

Actual:

ruler {
    ownershipFile.set("/path/to/ownership.yaml")
    defaultOwner.set("default-team") // unknown by default
}

Expected:

ruler {
    ownershipFile.set(rootProject.file("/path/to/ownership.yaml"))
    defaultOwner.set("default-team") // unknown by default
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant