Skip to content

Commit dfdba5f

Browse files
committed
Remove file name debug log [no-build]
1 parent ca4b817 commit dfdba5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ base {
5151
tasks.named("build") {
5252
doLast {
5353
val fileName = "${rootProject.name}-${fullVersion}.jar"
54-
logger.log(LogLevel.ERROR, "Copying ${fileName} to root project...")
5554
layout.projectDirectory.dir("build/libs").asFile.listFiles()
5655
?.firstOrNull { it.name == fileName }
5756
?.copyTo(layout.projectDirectory.dir("../../build/libs").asFile.resolve(fileName), true)

0 commit comments

Comments
 (0)