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
// log parse errors here at the end, so that we don't log parse errors for files that were excluded
635
+
.map(this::logParseErrors);
636
+
}
637
+
638
+
/**
639
+
* Sometimes Gradle script plugins will define dependencies.
640
+
* Recipes may want to modify dependencies declared in script plugins, which requires knowledge of which repositories dependencies should be resolved from.
641
+
* This adds a synthetic GradleProject marker listing dependency repositories to any freestanding Gradle script plugins.
642
+
*
643
+
* @param sourceFiles a stream of sources which may contain Gradle build files and scripts
644
+
* @return a stream of sources where any freestanding Gradle scripts have a GradleProject marker
0 commit comments