일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- AWS S3
- classmethod
- 재귀함수가 뭔가요
- depends
- OperationalError
- python
- S3
- EC2
- 코딩테스트
- docker-compose
- 프로그래머스
- github
- 우아한 테크코스 2차 합격
- depends_on
- springboot 3.0.0
- Django
- DB
- python all testcode
- MySQL server on 'db' (115)
- METACLASS
- Spring
- javascript
- TypeError: 'property' object is not iterable
- github skyline
- 갓재석
- classproperty
- docker
- AWS
- 우아한테크코스 2차
- 2차 코딩테스트
Archives
hanbin.dev
[Spring] Execution failed for task ':test'. There were failing tests. See the report at: file: ... 본문
겪었던 오류
[Spring] Execution failed for task ':test'. There were failing tests. See the report at: file: ...
hanbindev 2021. 2. 9. 00:32문제점
이동욱님의 "스프링 부트와 AWS로 혼자 구현하는 웹 서비스"를 보고 따라하다가 Gradle verification test에서 에러가 났다.
해결방법
/gradle/wrapper/gradle-wrapper.properties 에서 Gradle의 버전을 4.10.2로 맞춰주면 된다.
버전 문제라는 것도 모르고 3시간동안 뻘짓을 했다...
'겪었던 오류' 카테고리의 다른 글
[Django] 변경사항이 없어도 makemigrations가 가능한 오류 (0) | 2021.03.17 |
---|---|
[Spring] travis ci로 자동 배포 하던 도중 변경사항 적용 안됨 (0) | 2021.02.16 |
[Spring] There is insufficient memory for the Java Runtime Environment to continue. (0) | 2021.02.14 |
[AWS] Permission denied (publickey,gssapi-keyex,gssapi-with-mic) (0) | 2021.02.13 |
[IntelliJ] cannot find symbol ... (0) | 2021.01.31 |