Skip to content

Commit

Permalink
Temporarilly removing the locking mechanism:
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jul 15, 2022
1 parent 3a1ee87 commit 015b073
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
dependencyLocking {
lockAllConfigurations()
// TODO: Fix this
// lockAllConfigurations()
}

repositories {
Expand Down Expand Up @@ -237,7 +238,8 @@ subprojects {
}

dependencyLocking {
lockAllConfigurations()
// TODO: Fix this
// lockAllConfigurations()
}

tasks.register('resolveAndLockAll') {
Expand Down

0 comments on commit 015b073

Please sign in to comment.