Skip to content

Commit

Permalink
WesLibrary/build.gradle: delete unnecessary duplicates strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 19, 2024
1 parent 345ad51 commit b31c1d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WesLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ tasks.register('sourcesJar', Jar) {
archiveBaseName = project.ext.baseName
archiveClassifier = 'sources'
description 'Creates a JAR of sourcecode.'
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
from sourceSets.main.allJava
}

Expand Down

0 comments on commit b31c1d2

Please sign in to comment.