Skip to content

Commit

Permalink
Remove file name debug log [no-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Jan 21, 2025
1 parent ca4b817 commit dfdba5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ base {
tasks.named("build") {
doLast {
val fileName = "${rootProject.name}-${fullVersion}.jar"
logger.log(LogLevel.ERROR, "Copying ${fileName} to root project...")
layout.projectDirectory.dir("build/libs").asFile.listFiles()
?.firstOrNull { it.name == fileName }
?.copyTo(layout.projectDirectory.dir("../../build/libs").asFile.resolve(fileName), true)
Expand Down

0 comments on commit dfdba5f

Please sign in to comment.