mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +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()
|
||||
finalizedBy jacocoTestReport
|
||||
}
|
||||
shadowJar {
|
||||
zip64 = true
|
||||
archiveClassifier = ''
|
||||
exclude('log4j2.*', 'log4j.*')
|
||||
}
|
||||
|
||||
//task sourcesJar(type: Jar) {
|
||||
// classifier 'sources'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user