Skip to content

Commit

Permalink
Fix issue where projects.configure does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis committed Jan 24, 2025
1 parent 2a04a7e commit e08d4fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gradle/validation/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ buildscript {
allprojects {

// Enable dependency locking in all modules and configurations
projects.configure {
dependencyLocking {
lockAllConfigurations()
}
dependencyLocking {
lockAllConfigurations()
}

dependencies {
Expand Down

0 comments on commit e08d4fd

Please sign in to comment.