๋ฐ˜์‘ํ˜•

์ฝ”ํ‹€๋ฆฐ jar.enabled = true 1

[Springboot] ์Šคํ”„๋ง๋ถ€ํŠธ+์ฝ”ํ‹€๋ฆฐ jar.enabled = true not working ์˜ค๋ฅ˜ ๋ฐœ์ƒ

Intro ์•ˆ๋…•ํ•˜์„ธ์š”. Springboot + kotlin ๊ฐœ๋ฐœ ํ™˜๊ฒฝ์—์„œ gradle ์„ค์ •์˜ "jar.enabled = true" ์ด ๋™์ž‘ํ•˜์ง€ ์•Š๋Š” ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•˜์˜€์Šต๋‹ˆ๋‹ค. ์ผ๋ฐ˜ Springboot + Java ๊ฐœ๋ฐœ ํ™˜๊ฒฝ์—์„œ๋Š” ๋‹ค์Œ์˜ ์„ค์ •์ด ์ž˜ ์ž‘๋™ํ•˜๋Š”๋ฐ, ์ฝ”ํ‹€๋ฆฐ์—์„œ๋Š” ์ž‘๋™ํ•˜์ง€ ์•Š๋”๋ผ๊ณ ์š”. How to solve the problem ๊ตฌ๊ธ€๋ง ํ›„, ์•„๋ž˜์˜ ์ฝ”๋“œ๋ฅผ ์ฐพ์•„ ์ ์šฉํ•ด๋ดค๋”๋‹ˆ ์ •์ƒ์ ์œผ๋กœ ์ž‘๋™ํ•˜์˜€์Šต๋‹ˆ๋‹ค. ์ด ์™ธ์—๋„ ์—ฌ๋Ÿฌ ๋ฐฉ๋ฒ•์ด ์žˆ๋Š” ๊ฒƒ ๊ฐ™์œผ๋‹ˆ ํฌ์ŠคํŒ… ํ•˜๋‹จ ์‚ฌ์ดํŠธ๋ฅผ ์ฐธ๊ณ ํ•ด์ฃผ์‹œ๋ฉด ์ข‹์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค. tasks.withType { archiveBaseName.set("octo-mobile-api") } https://github.com/spring-projects/spring-boot/issues/10238

๋ฐ˜์‘ํ˜•