I am fairly new with Mac. I am trying to build a jar file for my spring boot project. I ran ./gradlew on terminal. Now I am unsure where to find jar. I cant locate build directory in my project structure.
Your jar generated should be in :
project
- > build
-> libs
project.jar