mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Don't fail if no sources were found.
This commit is contained in:
parent
c7a094040d
commit
baa22ee0dd
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ open class JvmCompilerPlugin @Inject constructor(
|
|||
}
|
||||
return if (failedResult != null) failedResult!!
|
||||
else if (results.size > 0) results[0]
|
||||
else TaskResult(false)
|
||||
else TaskResult(true)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue