1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Merge pull request #233 from dmitry-zhuravlev/master

#232
This commit is contained in:
Cedric Beust 2016-06-06 07:12:26 -07:00
commit db44790403

View file

@ -124,7 +124,7 @@ public class BuildFileCompiler @Inject constructor(@Assisted("buildFiles") val b
val result = kotlinCompilePrivate {
classpath(files.kobaltJar)
classpath(pluginUrls.map { it.file })
sourceFiles(listOf(buildFile.path.toFile().absolutePath))
sourceFiles(listOf(buildFile.realPath.toFile().absolutePath))
output = buildScriptJarFile
}.compile(context = context)