Skip to content

Commit

Permalink
Add gradle duplicates strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Jul 10, 2023
1 parent 3863179 commit 8ed6ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ task unpackStdLibs() {
task copyStdlibs(type: Copy) {
dependsOn unpackStdLibs
into bDistribution
duplicatesStrategy = 'include'

/* Standard Libraries */
configurations.ballerinaStdLibs.resolvedConfiguration.resolvedArtifacts.each { artifact ->
Expand Down

0 comments on commit 8ed6ba2

Please sign in to comment.