Skip to content

Commit

Permalink
Refactor gradle deprecated api usage
Browse files Browse the repository at this point in the history
  • Loading branch information
laech committed Dec 7, 2023
1 parent b3e6378 commit 8c26a12
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ val testIntegrationRuntimeOnly: Configuration by configurations.getting {
}

val testIntegrationCopyLibs by tasks.registering(Copy::class) {
destinationDir = buildDir.resolve("testIntegrationLibs")
destinationDir =
layout.buildDirectory.asFile.get().resolve("testIntegrationLibs")
rename { it.replace("-${version}", "") }
from(tasks.jar)
from(project(":core").tasks.jar)
Expand Down

0 comments on commit 8c26a12

Please sign in to comment.
  NODES
COMMUNITY 1
Note 1
Project 3
USERS 1