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

Relative dirs.

This commit is contained in:
Cedric Beust 2015-11-20 15:08:21 -08:00
parent 56fb059150
commit 920931a36e

View file

@ -184,7 +184,7 @@ abstract class JvmCompilerPlugin @Inject constructor(
{ it .endsWith(project.sourceSuffix) }) { it .endsWith(project.sourceSuffix) })
.map { File(projectDirectory, it).absolutePath } .map { File(projectDirectory, it).absolutePath }
val cai = CompilerActionInfo(projectDirectory.absolutePath, classpath, sourceFiles, buildDirectory, val cai = CompilerActionInfo(projectDirectory.path, classpath, sourceFiles, buildDirectory,
emptyList()) emptyList())
return cai return cai
} }