반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- log error
- Medium
- springboot
- java 1.8 11
- property or field 'jobparameters' cannot be found on object of type
- java 여러개 버전
- Java 1.8
- no sources given
- No tests found for given includes
- JUnit
- mac os git error
- AWS CLI
- LeetCode
- aws
- easy
- maybe not public or not valid?
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- el1008e
- parse
- java 버전 변경
- OpenFeign
- 스프링부트테스트
- querydsl no sources given
- yum install java
- springboottest
- error
- springbatch error
- java version
- java
- java 11
Archives
- Today
- Total
쩨이엠 개발 블로그
[ gradle ] Directory '/Users/IdeaProjects/openapi/build/generated-snippets' specified for property '$1' does not exist. 본문
개발/ETC
[ gradle ] Directory '/Users/IdeaProjects/openapi/build/generated-snippets' specified for property '$1' does not exist.
쩨이엠 2020. 12. 7. 12:07728x90
반응형
개발 환경을 바꾸면서 나던 에러들을 하나하나 잡던중 갑자기 gradle build가 안되기 시작했다
$ gradle build -x test
> Configure project :
You are using one or more deprecated Asciidoctor Gradle plugin features. To help with migration run with --warning-mode=all.
> Task :asciidoctor FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':asciidoctor' (type 'AsciidoctorTask').
> Directory '/Users/IdeaProjects/openapi/build/generated-snippets' specified for property '$1' does not exist.
asciidoctor가 문제인가 싶었는데 Directory가 없어서 생기는 문제였다
build 밑에 generated-snippets 만들어주니 정상적으로 빌드 완료 !
728x90
반응형
'개발 > ETC' 카테고리의 다른 글
[ log4j2 ] RollingFileAppender 설정 (0) | 2020.12.24 |
---|---|
[ log4j ] log4j-slf4j-impl cannot be present with log4j-to-slf4j (0) | 2020.12.23 |
[ CentOS ] java version 변경 (0) | 2020.12.02 |
[ CentOS ] java version 변경 (0) | 2020.12.02 |
[ DB ] MySql version query로 찾기 (0) | 2020.11.26 |
Comments