openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
64 stars 40 forks source link

gradle bulid plugin should not assume that build root is repository root #173

Closed sambsnyd closed 1 year ago

sambsnyd commented 1 year ago

If the root build does not have a git repository, look up the directory hierarchy for one to determine the repository root. If no repository root can be found, default back to assuming that the build root is the repository root.