반응형
IntelliJ에서 kotlin+spring boot+gradle 환경에서 "build.gradle.kts" 파일에서 이런 오류가 발생되었습니다.
그리고 해결은 다음과 같이 하였습니다.
<오류>
/org/gradle/tooling/BuildException (java.lang.NoClassDefFoundError: /org/gradle/tooling/BuildException.
<해결방법>
".idea/workspace.xml" 파일에서 다음의 소스코드를 제거해줍니다.
<component name="StandaloneScriptsStorage">
<option name="files">
<set>
<option value="$PROJECT_DIR$/backend/build.gradle.kts" />
</set>
</option>
</component>
반응형
'Languages' 카테고리의 다른 글
[intellij+kotlin+springboot+vue] intellij 터미널에서 vue를 실행시 권한문제 발생 해결방법 (0) | 2023.07.07 |
---|---|
[intellij+kotlin+springboot+vue]ERROR Error: Source and destination must not be the same. 해결 방법 (0) | 2023.07.03 |
Flutter를 시작하기 전에 Flutter에 대해서 알아보기 (0) | 2023.04.07 |
Android에서 HTTP URL 허용 설정 (0) | 2023.04.04 |
Spring Boot과 JPA에 대해서 알아 봅니다. (0) | 2023.04.04 |