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

Task migrateToCoreLocks locks previously unlocked dependencies #158

Merged
merged 1 commit into from
Mar 19, 2019

Conversation

OdysseusLives
Copy link
Member

When you run migrateToCoreLocks, two tasks are actually run.

  • The first migrates all the locked dependencies from dependencies.lock into the core Gradle lock format
  • The second finds any dependencies that had not been locked (due to not being added to lock state or not locking transitive dependencies) and locks them in the core Gradle lock format

@coveralls
Copy link

Coverage Status

Coverage increased (+0.9%) to 88.223% when pulling c016dcd on migrate_locks into cf6df6e on master.

@OdysseusLives OdysseusLives merged commit e050628 into master Mar 19, 2019
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.

None yet

2 participants