Skip to content

Commit

Permalink
Merge branch '1.11.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Oct 5, 2023
2 parents 7cf0e0f + 3abaeb1 commit c24a150
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -275,25 +275,6 @@ subprojects {
}
}

dependencyLocking {
lockAllConfigurations()
}

tasks.register('resolveAndLockAll') {
description = 'Resolves dependencies of all configurations and writes them into the lock file.'
outputs.upToDateWhen { false }
doFirst {
assert gradle.startParameter.writeDependencyLocks || gradle.startParameter.lockedDependenciesToUpdate: 'Execute resolveAndLockAll --write-locks or --update-locks <dependencies>'
}
doLast {
project.configurations.findAll { it.canBeResolved }*.resolve()
}
}

task deleteLockFiles(type: Delete) {
delete fileTree(dir: '.', include: '**/gradle.lockfile')
}

tasks.register('downloadDependencies') {
outputs.upToDateWhen { false }
doLast {
Expand Down

0 comments on commit c24a150

Please sign in to comment.