320x100
gradle 7 버전 이상부터는 compile, runtime 사용 불가
compile
는 implementation
으로
runtime
은 runtimOnly
로 대체
* 참고
https://github.com/jwtk/jjwt/pull/664
Update installation in gradle 7+ by wkdalsgh192 · Pull Request #664 · jwtk/jjwt
The compile and runtime dependency has been deprecated and finally not supported from Gradle 7+. So, I updated the installation part in readme.md for the users with the latest version of Gradle.
github.com
반응형
'📒 BackEnd > 📝 spring' 카테고리의 다른 글
[spring + vue.js] SPA 새로고침 404에러 (1) | 2022.06.09 |
---|---|
[spring MVC] 핸들러 매핑(HandlerMapping)과 핸들러 어댑터(HandlerAdapter) (0) | 2022.04.26 |