Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable automatic google() when repositoriesMode is set #206

Closed
TWiStErRob opened this issue Feb 5, 2022 · 1 comment · Fixed by #211
Closed

Disable automatic google() when repositoriesMode is set #206

TWiStErRob opened this issue Feb 5, 2022 · 1 comment · Fixed by #211
Labels
a:feature new feature, improvement or request
Milestone

Comments

@TWiStErRob
Copy link
Owner

settings.gradle.kts

dependencyResolutionManagement {
	repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
}
@TWiStErRob TWiStErRob added the a:feature new feature, improvement or request label Feb 5, 2022
@TWiStErRob
Copy link
Owner Author

@TWiStErRob TWiStErRob linked a pull request Feb 27, 2022 that will close this issue
@TWiStErRob TWiStErRob added this to the v0.14 milestone Feb 27, 2022
TWiStErRob added a commit that referenced this issue Feb 27, 2022
* Start using FAIL_ON_PROJECT_REPOS in this project
* Add helper to access (internal) Settings from Project
* Conditionally add automatic repositories for Android
* Conditionally add automatic repositories for Kotlin
* Ignore test when Gradle is incompatible
* Start documenting the versioning madness.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature new feature, improvement or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant