fix(openlineage): fix jar conflict (#11278)

This commit is contained in:
david-leifker 2024-08-30 14:54:49 -05:00 committed by GitHub
parent fa1164aa63
commit 07a6eed0fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,10 @@ shadowJar {
exclude('log4j2.*', 'log4j.*')
}
jar {
archiveClassifier = 'lib'
}
//task sourcesJar(type: Jar) {
// classifier 'sources'
// from sourceSets.main.allJava