less than 1 minute read

1. 그래들 설치

맥 기준

brew install gradle

2. 스프링 루트 폴더에서 명령어 실행

gradle build

각종 오류 나올때

gradle build –debug –stacktrace

테스트 코드 제외할때

gradle build –debug –stacktrace -x test

Categories:

Updated: