mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
[GITHUB-205] Fix flavor tasks.
Fixes https://github.com/cbeust/kobalt/issues/205
This commit is contained in:
parent
0a98317bb8
commit
f4f95c0da7
3 changed files with 1 additions and 13 deletions
|
@ -49,7 +49,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
|
|||
super.apply(project, context)
|
||||
project.projectProperties.put(LIBS_DIR, KFiles.libsDir(project))
|
||||
taskContributor.addVariantTasks(this, project, context, "assemble", group = "build",
|
||||
runAfter = listOf ("compile"),
|
||||
dependsOn = listOf("compile"),
|
||||
runTask = { doTaskAssemble(project) })
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue