mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(openlineage): fix jar conflict (#11278)
This commit is contained in:
parent
fa1164aa63
commit
07a6eed0fa
@ -47,6 +47,10 @@ shadowJar {
|
||||
exclude('log4j2.*', 'log4j.*')
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveClassifier = 'lib'
|
||||
}
|
||||
|
||||
//task sourcesJar(type: Jar) {
|
||||
// classifier 'sources'
|
||||
// from sourceSets.main.allJava
|
||||
|
Loading…
x
Reference in New Issue
Block a user