단서해
개발일지
단서해
전체 방문자
오늘
어제
  • 분류 전체보기 (29)
    • Project (5)
    • JAVA (2)
    • Server (11)
      • Info (4)
      • 작동 원리 예상 (4)
      • Question (1)
      • JPA (1)
    • Infra (2)
    • Trouble Shooting (8)

블로그 메뉴

  • 홈
  • 글쓰기
  • 관리

공지사항

인기 글

태그

  • 무중단 배포
  • Github Actions
  • Intellij
  • JPA
  • 파일 경로
  • flutter
  • Fileter
  • 동시성
  • yml
  • docker
  • CodeDeploy
  • Spring
  • gradlew
  • REQUIRES_NEW
  • Lettuce
  • OAuth2.0
  • 분산락
  • gradle
  • Java
  • pinpoint
  • thymeleaf
  • Reflection
  • 트랜잭션
  • 성능 개선
  • enhanced for
  • gradle-wrapper.properties
  • error
  • @configuration
  • 비동기
  • @Component scan

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
단서해

개발일지

[Github Actions] Error: Cannot locate a Gradle wrapper properties file at '/home/runner/work/@@@/@@@/gradle/wrapper/gradle-wrapper.properties'. Specify 'gradle-version' or 'gradle-executable' for projects without Gradle wrapper configured.  에러.
Trouble Shooting

[Github Actions] Error: Cannot locate a Gradle wrapper properties file at '/home/runner/work/@@@/@@@/gradle/wrapper/gradle-wrapper.properties'. Specify 'gradle-version' or 'gradle-executable' for projects without Gradle wrapper configured. 에러.

2022. 9. 18. 22:56

문제


Github Actions를 이용하여 CI를 구현하던 중에 아래와 같은 에러가 발생하였다.

발생 에러

 

 

해결 과정


처음엔 build에서 권한 관련한 에러로 생각하고 서칭했지만, 관련 내용에서는 위의 에러를 찾지 못했다.

https://github.com/jojoldu/freelec-springboot2-webservice/issues/395

 

[프로젝트 환경 점검] Gradle 버전 체크 질문 · Issue #395 · jojoldu/freelec-springboot2-webservice

안녕하세요. 제 intelliJ 버전(2020.1.1)이 너무 높아서 그런지 설명해주신 것과 차이가 많아서 질문드립니다. 제가 생성한 프로젝트 하위 항목에는 gradle-wrapper.properties 파일이 없어서 버전을 체크하

github.com

그러던 중 위의 링크에서 gradle-wrapper.properties 의 존재에 대해 알게되었고, 나의 프로젝트를 확인해본 결과 해당 파일이 존재하지 않음을 발견했다.

그 후, Gradle => Tasks => build setup 에 있는 init 과 wrapper를 실행하였고 gradle-wrapper.properties 가 생성되는 것을 확인할 수 있었다.

 

해당 파일이 생성됨에 따라 에러도 해결되었다.

 

저작자표시

'Trouble Shooting' 카테고리의 다른 글

[Spring] yml 로 DB 연결 시 주의사항 - Access denied for user 'name'@'server' (using password: YES)  (0) 2022.10.03
[Github Actions] Error: Gradle script '/home/runner/work/@@@/@@@/gradlew' is not executable.  (0) 2022.09.18
[Spring] JPA 로 Table 생성시 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near... 예외  (0) 2022.09.15
[Github Actions] Error Gradle Script ‘/Home/Runner/Work/*/Gradlew’ Is Not Executable 발생.  (0) 2022.08.17
[Flutter] Flutter 설치 중 android sdkmanager not found 에러  (0) 2022.08.11
    'Trouble Shooting' 카테고리의 다른 글
    • [Spring] yml 로 DB 연결 시 주의사항 - Access denied for user 'name'@'server' (using password: YES)
    • [Github Actions] Error: Gradle script '/home/runner/work/@@@/@@@/gradlew' is not executable.
    • [Spring] JPA 로 Table 생성시 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near... 예외
    • [Github Actions] Error Gradle Script ‘/Home/Runner/Work/*/Gradlew’ Is Not Executable 발생.
    단서해
    단서해

    티스토리툴바