mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[build] Run configure.sh on run* gradle tasks
This commit is contained in:
@@ -144,7 +144,7 @@ project.afterEvaluate {
|
|||||||
|
|
||||||
final taskName = gradle.startParameter.taskNames
|
final taskName = gradle.startParameter.taskNames
|
||||||
|
|
||||||
if (['assemble', 'bundle', 'compile', 'install'].any{taskName.any{task->task.startsWith(it)}}) {
|
if (['assemble', 'bundle', 'compile', 'install', 'run'].any{taskName.any{task->task.startsWith(it)}}) {
|
||||||
exec {
|
exec {
|
||||||
workingDir '../..'
|
workingDir '../..'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user