gradle: hotfix: Addded makePluginsJson to apkTasks
All checks were successful
Build / build (push) Successful in 3m43s
All checks were successful
Build / build (push) Successful in 3m43s
This commit is contained in:
parent
63d65acdf3
commit
ae52b680f5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ subprojects {
|
||||||
val apk by configurations
|
val apk by configurations
|
||||||
val implementation by configurations
|
val implementation by configurations
|
||||||
val libs = rootProject.libs
|
val libs = rootProject.libs
|
||||||
val apkTasks = listOf("deployWithAdb", "build")
|
val apkTasks = listOf("deployWithAdb", "build", "makePluginsJson")
|
||||||
val useApk = gradle.startParameter.taskNames.any { taskName ->
|
val useApk = gradle.startParameter.taskNames.any { taskName ->
|
||||||
apkTasks.any { apkTask ->
|
apkTasks.any { apkTask ->
|
||||||
taskName.contains(apkTask, ignoreCase = true)
|
taskName.contains(apkTask, ignoreCase = true)
|
||||||
|
|
Loading…
Reference in a new issue