Search code examples
macosspring-bootgradlegradlew

Locating jar from gradle build in Mac


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.


Solution

  • Your jar generated should be in :

    project
       - > build
              -> libs
                     project.jar