Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jar {
}
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.
// Explicitly exclude com/linkedin/data and org/apache/hadoop files from the final jar. They can cause issues in other downstream applications.
exclude 'com/linkedin/data/**'
exclude 'org/apache/hadoop/**'
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-rc7
version=0.10.3-rc8
SONATYPE_AUTOMATIC_RELEASE=true
POM_ARTIFACT_ID=feathr_2.12