mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-30 02:07:04 +00:00
build: bypass testing datahub-web when running idea gradle task (#1601)
This commit is contained in:
parent
f423df6a4d
commit
1aef8f6e1b
@ -85,6 +85,8 @@ distZip {
|
|||||||
from 'packages/data-portal/dist'
|
from 'packages/data-portal/dist'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!gradle.startParameter.taskNames.any { it in ["idea"] }) {
|
||||||
artifacts {
|
artifacts {
|
||||||
assets distZip
|
assets distZip
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user