Replace deprecated Project.task()

See gh-45009

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim
2025-04-05 23:46:08 +09:00
committed by Phillip Webb
parent ce64f368e6
commit 08c67cc353
41 changed files with 92 additions and 92 deletions

View File

@@ -83,7 +83,7 @@ dependencies {
testRuntimeOnly("io.r2dbc:r2dbc-h2")
}
task syncIntTestDependencies(type: Sync) {
tasks.register("syncIntTestDependencies", Sync) {
destinationDir = file(layout.buildDirectory.dir("dependencies"))
from {
configurations.intTestDependencies