Skip to content

Commit

Permalink
Remove unused dependency of "dependencies" task
Browse files Browse the repository at this point in the history
This task dependency seems to not have the expected effect.
  • Loading branch information
malliaridis committed Jan 20, 2025
1 parent ff15ff2 commit bc6ae63
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gradle/validation/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,3 @@ allprojects {
}
}
}

tasks.named("dependencies") {
// It is common for users and tools to use "./gradlew dependencies --write-locks" to write locks
// This task dependency would correctly write locks for all modules, or if a module is specified like in
// "./gradlew :solr:api:dependencies --write-locks", it would only lock that specific module
dependsOn("resolveAndLockAll")
}

0 comments on commit bc6ae63

Please sign in to comment.