Skip to content

Commit

Permalink
Exclude pegasus data files (#916)
Browse files Browse the repository at this point in the history
Co-authored-by: rkashyap <rkashyap@linkedin.com>
  • Loading branch information
rakeshkashyap123 and rkashyap committed Dec 12, 2022
1 parent cd4de09 commit e25012a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jar {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'

// Explicitly exclude com/linkedin/data files from the final jar. They can cause issues in other downstream applications.
exclude 'com/linkedin/data/**'
zip64 = true
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.10.3-rc6
version=0.10.3-rc7
SONATYPE_AUTOMATIC_RELEASE=true
POM_ARTIFACT_ID=feathr_2.12

0 comments on commit e25012a

Please sign in to comment.