Skip to content

Commit

Permalink
Lift restriction on repositories to resolve 'Node Distributions' error
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed Jun 17, 2024
1 parent 20957fd commit 4d5b294
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
rootProject.name = "either"

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
}
repositories { mavenCentral() }
}

include(":either")

0 comments on commit 4d5b294

Please sign in to comment.