# gradle bootjar ๋ช ๋ น์ด ์คํ์ ๋ฐ์ํ๋ ์๋ฌExecution failed for task ':bootJar'. > Entry META-INF/MANIFEST.MF is a duplicate but no duplicate handling strategy has been set. // build.gradle์ ์ตํ๋จ์ ์๋๋ด์ฉ ์ถ๊ฐtasks.named('bootJar') { duplicatesStrategy = DuplicatesStrategy.EXCLUDE}