mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Fix build.
This commit is contained in:
parent
0ba9efc022
commit
2e3ca3bb24
1 changed files with 2 additions and 2 deletions
|
@ -216,8 +216,8 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
|
||||||
if (buildDirFile.exists()) {
|
if (buildDirFile.exists()) {
|
||||||
|
|
||||||
if (config.includedFiles.isEmpty()) {
|
if (config.includedFiles.isEmpty()) {
|
||||||
context.logger.log(project.name, 1, " Installing from $buildDir to ${config.libDir}")
|
context.logger.log(project.name, 1, " Installing from $buildDir to ${config.target}")
|
||||||
val toDir = KFiles.makeDir(config.libDir)
|
val toDir = KFiles.makeDir(config.target)
|
||||||
File(buildDir).copyRecursively(toDir, overwrite = true)
|
File(buildDir).copyRecursively(toDir, overwrite = true)
|
||||||
} else {
|
} else {
|
||||||
config.includedFiles.forEach { inf ->
|
config.includedFiles.forEach { inf ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue