mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-10 16:32:26 +00:00
fix(spark-lineage): exclude log4j.xml and log4j2.xml from openlineage… (#11239)
This commit is contained in:
parent
12eb2252d4
commit
fd7d457967
@ -41,6 +41,11 @@ test {
|
|||||||
useJUnit()
|
useJUnit()
|
||||||
finalizedBy jacocoTestReport
|
finalizedBy jacocoTestReport
|
||||||
}
|
}
|
||||||
|
shadowJar {
|
||||||
|
zip64 = true
|
||||||
|
archiveClassifier = ''
|
||||||
|
exclude('log4j2.*', 'log4j.*')
|
||||||
|
}
|
||||||
|
|
||||||
//task sourcesJar(type: Jar) {
|
//task sourcesJar(type: Jar) {
|
||||||
// classifier 'sources'
|
// classifier 'sources'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user