How To Make a Folder Appear When Unzipping Jar File Using Gradle?
问题 Hi I am fairly new to Spring boot and Gradle. My question is how do I get a folder that I currently have in my Spring boot project to appear when I open up the jar file? I have a folder with bash scripts in my spring boot project called: bashScriptFolder its directory structure is src/main/bashScriptFolder whenever I deploy my jar file into a linux server and open up the jar file the bashScriptFolder does not appear. Im assuming I have to make a gradle task for this to happen but Im not sure