mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Wipe the jar file.
This commit is contained in:
parent
99c5bd560f
commit
ef79394d49
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class BuildFileCompiler @Inject constructor(@Assisted("buildFiles") val buildFil
|
|||
} else {
|
||||
kobaltLog(2, " Need to recompile ${buildFile.name}")
|
||||
|
||||
buildScriptJarFile.delete()
|
||||
buildScriptJarFile.deleteRecursively()
|
||||
val buildFileClasspath = Kobalt.buildFileClasspath.map { it.jarFile.get() }.map { it.absolutePath }
|
||||
val result = kotlinCompilePrivate {
|
||||
classpath(files.kobaltJar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue