파일이 위치한 디렉토리로 간다.
[ 빌드를 수행 ]
$gradlew build
[ 만들어진 build 삭제하고 다시 build ]
$gradlew clean build
[ 실행 ]
$cd build/libs $java -jar 프로젝트.jar