We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b91c8 commit 7cc69c5Copy full SHA for 7cc69c5
plugins/core/src/main/kotlin/de/fayard/refreshVersions/core/internal/dependencies/DependenciesTracker.kt
@@ -34,7 +34,7 @@ internal class DependenciesTracker {
34
// See https://kotlinlang.org/docs/js-project-setup.html#additional-yarn-features-yarnrc
35
// and https://yarnpkg.com/getting-started/migration#update-your-configuration-to-the-new-settings
36
// and also https://yarnpkg.com/configuration/yarnrc#npmRegistryServer
37
- rootProject.allprojects.forEach { it.recordBuildscriptAndRegularDependencies(npmRegistries) }
+ rootProject.allprojects { recordBuildscriptAndRegularDependencies(npmRegistries) }
38
}
39
40
private fun Project.recordBuildscriptAndRegularDependencies(npmRegistries: List<String>) {
0 commit comments