Skip to content

Commit e25012a

Browse files
rakeshkashyap123rkashyap
andauthored
Exclude pegasus data files (#916)
Co-authored-by: rkashyap <rkashyap@linkedin.com>
1 parent cd4de09 commit e25012a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jar {
5656
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
5757
}
5858
exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'
59+
60+
// Explicitly exclude com/linkedin/data files from the final jar. They can cause issues in other downstream applications.
61+
exclude 'com/linkedin/data/**'
5962
zip64 = true
6063
}
6164

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=0.10.3-rc6
1+
version=0.10.3-rc7
22
SONATYPE_AUTOMATIC_RELEASE=true
33
POM_ARTIFACT_ID=feathr_2.12

0 commit comments

Comments
 (0)