Skip to content

Commit

Permalink
Merge pull request #49 from epam/master
Browse files Browse the repository at this point in the history
Fix sourcesJar generation
  • Loading branch information
alex-karpovich authored Jun 28, 2022
2 parents 1125689 + cdda300 commit e40aade
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/dfp-math/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,7 @@ jar {
}
setEntryCompression ZipEntryCompression.STORED
}

sourcesJar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}

0 comments on commit e40aade

Please sign in to comment.