본문 바로가기
카테고리 없음

BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 61

by Mr-후 2025. 6. 2.
반응형

제목의 버그는 Gradle의 버전을 업그레이드하면 해결된다. 

프로젝트의 Gradle버전 업그레이드는 다음 경로에서 찾으면 된다. 

프로젝트 내 > gradle > wrapper > gradle-wrapper.properties 파일안에 

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

distributionUrl 의 7.6 이부분을 원하는 버전으로 변경하고 새로고침을 하면 다운로드가 시작되면서

프로젝트 세팅이 시작된다. 

 

반응형