fix(spark-lineage): exclude log4j.xml and log4j2.xml from openlineage… (#11239)

This commit is contained in:
deepgarg-visa 2024-08-27 20:51:58 +05:30 committed by GitHub
parent 12eb2252d4
commit fd7d457967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,11 @@ test {
useJUnit()
finalizedBy jacocoTestReport
}
shadowJar {
zip64 = true
archiveClassifier = ''
exclude('log4j2.*', 'log4j.*')
}
//task sourcesJar(type: Jar) {
// classifier 'sources'