Skip to content

Commit

Permalink
build.gradle: exclude 'binexport' and '.github' from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored Sep 27, 2024
1 parent a9edd7a commit 9b554a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ else {

tasks.named("copyDependencies").configure {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
}

buildExtension.exclude '.github/**'
buildExtension.exclude 'binexport/**'

0 comments on commit 9b554a9

Please sign in to comment.