mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Restore build file debugging.
This commit is contained in:
parent
630cc790af
commit
d948f5ec5d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class BuildFileCompiler @Inject constructor(@Assisted("buildFiles") val buildFil
|
||||||
classpath(files.kobaltJar)
|
classpath(files.kobaltJar)
|
||||||
classpath(pluginUrls.map { it.file })
|
classpath(pluginUrls.map { it.file })
|
||||||
classpath(buildFileClasspath)
|
classpath(buildFileClasspath)
|
||||||
sourceFiles(listOf(buildFile.path.toFile().absolutePath))
|
sourceFiles(listOf(buildFile.realPath.toFile().absolutePath))
|
||||||
output = buildScriptJarFile
|
output = buildScriptJarFile
|
||||||
}.compile(context = context)
|
}.compile(context = context)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue