mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Not necessary.
This commit is contained in:
parent
43338c2946
commit
03d4ca3861
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
|
|||
File(buildDir).copyRecursively(toDir, overwrite = true)
|
||||
} else {
|
||||
// Delete all target directories
|
||||
val targetDirs = config.includedFiles.map { File(it.to) }.distinct().forEach { targetFile ->
|
||||
config.includedFiles.map { File(it.to) }.distinct().forEach { targetFile ->
|
||||
val isFile = targetFile.isFile
|
||||
context.logger.log(project.name, 2, " Deleting target dir $targetFile")
|
||||
targetFile.deleteRecursively()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue