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

Make dependency locking configurable #92

Open
ccjernigan opened this issue Jul 20, 2022 · 0 comments
Open

Make dependency locking configurable #92

ccjernigan opened this issue Jul 20, 2022 · 0 comments

Comments

@ccjernigan
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Due to a limitation in Android Studio, dependency locks seem to break builds on Intel devices when dependency locks are enabled https://issuetracker.google.com/issues/236001084

Although we recommend IntelliJ for this project, some contributors might still try to open it with Android Studio. This will also make our configuration consistent with the other ECC Gradle projects.

Describe the solution you'd like

  1. Add a new gradle property IS_DEPENDENCY_LOCKING_ENABLED=true and wrap the gradle script configuration for locks with this property.
  2. Add documentation that this property is a workaround for this issue. Developers experiencing this issue can then set a global ~/.gradle/gradle.properties IS_DEPENDENCY_LOCKING_ENABLED=false to disable the locks just on their machine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant