mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-03 07:09:21 +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.*')
|
exclude('log4j2.*', 'log4j.*')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jar {
|
||||||
|
archiveClassifier = 'lib'
|
||||||
|
}
|
||||||
|
|
||||||
//task sourcesJar(type: Jar) {
|
//task sourcesJar(type: Jar) {
|
||||||
// classifier 'sources'
|
// classifier 'sources'
|
||||||
// from sourceSets.main.allJava
|
// from sourceSets.main.allJava
|
||||||
|
Loading…
x
Reference in New Issue
Block a user