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
@ -44,3 +44,7 @@ jar {
|
||||
from sourceSets.main.output
|
||||
exclude('com/linkedin/events/**')
|
||||
}
|
||||
|
||||
clean {
|
||||
delete 'src'
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user