mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-05 05:07:25 +00:00
fix(build): clean task cleanup generated src (#8844)
This commit is contained in:
parent
e75900b9a9
commit
3193421976
@ -43,4 +43,8 @@ jar {
|
|||||||
dependsOn classes
|
dependsOn classes
|
||||||
from sourceSets.main.output
|
from sourceSets.main.output
|
||||||
exclude('com/linkedin/events/**')
|
exclude('com/linkedin/events/**')
|
||||||
|
}
|
||||||
|
|
||||||
|
clean {
|
||||||
|
delete 'src'
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user