You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace -b with rootProject.buildFileName for Gradle 9 support
Gradle 9 dropped -b. When the caller passes a build file at a
non-conventional location, write a temporary settings.gradle with
only rootProject.buildFileName, deleting it in the same finally
block as the init script.
Copy file name to clipboardExpand all lines: rewrite-gradle-tooling-model/model/src/main/java/org/openrewrite/gradle/toolingapi/OpenRewriteModelBuilder.java
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -90,16 +90,28 @@ public static OpenRewriteModel forProjectDirectory(File projectDir, @Nullable Fi
0 commit comments