mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Update to 1.0.0-beta.
This commit is contained in:
parent
db40768ea0
commit
5d1d63e9b6
43 changed files with 129 additions and 128 deletions
|
@ -99,7 +99,7 @@ abstract public class JvmCompilerPlugin @Inject constructor(
|
|||
throw IllegalArgumentException("Custom source sets not supported yet: ${sourceSet}")
|
||||
}
|
||||
|
||||
if (sourceDirs.size() > 0) {
|
||||
if (sourceDirs.size > 0) {
|
||||
lp(project, "Copying ${sourceSet} resources")
|
||||
val absOutputDir = File(KFiles.joinDir(project.directory, project.buildDirectory!!, outputDir))
|
||||
sourceDirs.map { File(it) }.filter { it.exists() } .forEach {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue