Skip to content

Commit

Permalink
exclude non-shipping assets
Browse files Browse the repository at this point in the history
  • Loading branch information
juliand665 committed Oct 20, 2021
1 parent 0d23fb7 commit c3338f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ java {
}

jar {
exclude '**/*.psd'
exclude '**/*.afdesign'

from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"}
}
Expand Down

0 comments on commit c3338f6

Please sign in to comment.