• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

윈도우 cmd 창에서 gradlew.bat 빌드 success 이후 lib 디렉토리가 생성 안되요

24.02.13 13:49 작성 조회수 456

0

C:\Users\hong_\Desktop\hello-spring1>gradlew.bat

> Task :help

Welcome to Gradle 8.5.

To run a build, run gradlew <task> ...

To see a list of available tasks, run gradlew tasks

To see more detail about a task, run gradlew help --task <task>

To see a list of command-line options, run gradlew --help

For more detail on using Gradle, see https://docs.gradle.org/8.5/userguide/command_line_interface.html

For troubleshooting, visit https://help.gradle.org

BUILD SUCCESSFUL in 760ms

1 actionable task: 1 executed

C:\Users\hong_\Desktop\hello-spring1> cd build

 

 

C:\Users\hong_\Desktop\hello-spring1\build 디렉터리

2024-02-13 오전 10:57 <DIR> .

2024-02-13 오전 10:57 <DIR> ..

2024-02-13 오전 10:57 <DIR> classes

2024-02-13 오전 10:57 <DIR> generated

2024-02-13 오전 10:57 <DIR> resources

2024-02-13 오전 10:57 <DIR> tmp

0개 파일 0 바이트

6개 디렉터리 366,841,688,064 바이트 남음

답변 2

·

답변을 작성해보세요.

0

OMG님의 프로필

OMG

2024.02.13

안녕하세요. 홍태경님, 공식 서포터즈 OMG입니다.

gradlew clean build

hello-spring1 경로에서 확인해주세요.

메뉴얼에서는 clean이 포함되어 있지 않지만, 문제가 발생할 때는 clean으로 지운다음 시도해보는 것도 좋은 방법입니다.

image

감사합니다.

0

홍태경님의 프로필

홍태경

질문자

2024.02.13

gradlew.bat clean build 이렇게 진행 하는것도 맞을까요?