SWE PRJ 6조 Issue Tracker Console 2024-1학기 소프트웨어공학 프로젝트 6조 Issue Tracker의 콘솔 어플리케이션입니다. 개발환경 요구환경 JDK 17 Gradle 8.5 실행방법 IDE에서 실행 git clone $ git clone https://github.com/SWE-PRJ/console.git IDE를 통해 gradle 프로젝트 빌드한 후 Main.java 실행 빌드 파일 실행 jar 파일 실행 $ cd build/libs $ java -jar {jar파일명}.jar