Skip to content

Commit

Permalink
process all test resources
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 5, 2024
1 parent 56c4789 commit 1eba4a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,9 @@ ext {
dest local
overwrite false
}
}

processTestResources {
from(getLayout().getBuildDirectory().file('sample.pem').get().getAsFile())
from(getLayout().getBuildDirectory().file('test-kirk.jks').get().getAsFile())
processTestResources {
from(getLayout().getBuildDirectory().file(file).get().getAsFile())
}
}
}

Expand Down

0 comments on commit 1eba4a6

Please sign in to comment.