Skip to content

Commit

Permalink
removed println from cacheRuntimeLibs task
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmax committed Dec 26, 2023
1 parent d035078 commit 2cc8b86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kool-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ task("cacheRuntimeLibs") {
.filter { it.name.endsWith("$platformName.jar") && !it.path.startsWith(projectDir.path) }
.forEach {
if (!File("${projectDir}/runtimeLibs/${it.name}").exists()) {
println("copy: $it")
copy {
from(it)
into("${projectDir}/runtimeLibs")
Expand Down

0 comments on commit 2cc8b86

Please sign in to comment.