mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 17:59:24 +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'
|
||||
}
|
||||
|
||||
artifacts {
|
||||
assets distZip
|
||||
if (!gradle.startParameter.taskNames.any { it in ["idea"] }) {
|
||||
artifacts {
|
||||
assets distZip
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user