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 {
|
} else {
|
||||||
kobaltLog(2, " Need to recompile ${buildFile.name}")
|
kobaltLog(2, " Need to recompile ${buildFile.name}")
|
||||||
|
|
||||||
buildScriptJarFile.delete()
|
buildScriptJarFile.deleteRecursively()
|
||||||
val buildFileClasspath = Kobalt.buildFileClasspath.map { it.jarFile.get() }.map { it.absolutePath }
|
val buildFileClasspath = Kobalt.buildFileClasspath.map { it.jarFile.get() }.map { it.absolutePath }
|
||||||
val result = kotlinCompilePrivate {
|
val result = kotlinCompilePrivate {
|
||||||
classpath(files.kobaltJar)
|
classpath(files.kobaltJar)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue