Skip to content

Commit

Permalink
Merge pull request #29 from fgonzal/master
Browse files Browse the repository at this point in the history
Don't attempt to pass PFX files through the tokens filter.
  • Loading branch information
ar authored Oct 8, 2024
2 parents 6f2fa50 + 8c3373f commit c732faf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jpos-app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def jposCopySpec = copySpec {
exclude 'cfg/*.lmk'
exclude 'cfg/*.jks'
exclude 'cfg/*.ks'
exclude 'cfg/*.pfx'
exclude 'cfg/*.ser'
exclude 'cfg/authorized_keys'
exclude '**/*.jpg'
Expand All @@ -40,6 +41,7 @@ def jposCopySpec = copySpec {
from(file("src/dist")) {
include 'cfg/*.lmk'
include 'cfg/*.ks'
include 'cfg/*.pfx'
include 'cfg/*.jks'
include 'cfg/*.ser'
include 'cfg/authorized_keys'
Expand Down

0 comments on commit c732faf

Please sign in to comment.