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

Add Gradle Lock files #2983

Merged
merged 6 commits into from
Aug 22, 2024
Merged

Add Gradle Lock files #2983

merged 6 commits into from
Aug 22, 2024

Conversation

idelpivnitskiy
Copy link
Member

@idelpivnitskiy idelpivnitskiy commented Jun 18, 2024

Motivation:

Lock files will help us see what dependencies are used by every module. When we bump any dependency, it will also show what transitive dependencies are upgraded automatically.
See: https://docs.gradle.org/current/userguide/dependency_locking.html

Modifications:

  • Update main build.gradle to activate dependency locking;
  • Add check-lockfiles.sh script for PRQ validation;
  • Add ci-prq.yml step to run check-lockfiles.sh;
  • Generate initial lockfiles;

Result:

We will be able to observe how dependency updates change all transitive dependencies.

@idelpivnitskiy idelpivnitskiy self-assigned this Jun 18, 2024
build.gradle Show resolved Hide resolved
gradlew Outdated Show resolved Hide resolved
See: https://docs.gradle.org/current/userguide/dependency_locking.html
Lock files will help us see what dependencies are used by every module.
When we bump any dependency, it will also show what transitive
dependencies are upgraded automatically.
@idelpivnitskiy idelpivnitskiy marked this pull request as ready for review August 22, 2024 02:10
@idelpivnitskiy idelpivnitskiy requested a review from daschl August 22, 2024 02:10
@idelpivnitskiy idelpivnitskiy merged commit b77cd14 into apple:main Aug 22, 2024
11 checks passed
@idelpivnitskiy idelpivnitskiy deleted the locks branch August 22, 2024 18:14
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

Successfully merging this pull request may close these issues.

3 participants