fix(build): clean task cleanup generated src (#8844)

This commit is contained in:
Aseem Bansal 2023-09-15 17:58:30 +05:30 committed by GitHub
parent e75900b9a9
commit 3193421976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,3 +44,7 @@ jar {
from sourceSets.main.output from sourceSets.main.output
exclude('com/linkedin/events/**') exclude('com/linkedin/events/**')
} }
clean {
delete 'src'
}