When I do a gradle build and extract the tar file I get the following
project-1.0/
project-1.0/lib/
project-1.0/lib/project-1.0.jar
…
project-1.0/bin/
project-1.0/bin/project
project-1.0/bin/project.bat
I have a key file that I put in the resources directory, but It can’t see the file when I extract and run the application after it is built. How do I put resources in to its own directory like below and have it run properly?
project-1.0/
project-1.0/lib/
project-1.0/lib/project-1.0.jar
…
project-1.0/res/Keys/myKey.p12
project-1.0/bin/
project-1.0/bin/project
project-1.0/bin/project.bat