Skip to content

Commit

Permalink
Changed processResources
Browse files Browse the repository at this point in the history
  • Loading branch information
mghosh00 committed Apr 14, 2024
1 parent 8a81e6a commit 98ba943
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ tasks.register('runCircle', JavaExec) {
main 'examples.classification.circle.Circle'
classpath sourceSets.main.runtimeClasspath
}

processResources {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
//tasks.register('circleJar', Jar) {
// // Define the name of the JAR file
// archiveFileName = 'circleJar.jar'
Expand Down

0 comments on commit 98ba943

Please sign in to comment.