mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Relative path.
This commit is contained in:
parent
33eb4b0908
commit
9d582d5215
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class KotlinPlugin @Inject constructor(val executors: KobaltExecutors, val depen
|
||||||
class KotlinCompiler : ICompiler {
|
class KotlinCompiler : ICompiler {
|
||||||
override fun compile(project: Project, context: KobaltContext, info: CompilerActionInfo): TaskResult {
|
override fun compile(project: Project, context: KobaltContext, info: CompilerActionInfo): TaskResult {
|
||||||
return kotlinCompilePrivate {
|
return kotlinCompilePrivate {
|
||||||
classpath(info.dependencies.map { it.jarFile.get().absolutePath })
|
classpath(info.dependencies.map { it.jarFile.get().path })
|
||||||
sourceFiles(info.sourceFiles)
|
sourceFiles(info.sourceFiles)
|
||||||
compilerArgs(info.compilerArgs)
|
compilerArgs(info.compilerArgs)
|
||||||
output = info.outputDir
|
output = info.outputDir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue