6.3.5 ./gradlew release 되지 않는 경우 #144
sweethedge
started this conversation in
자신의 진행 상황 공유
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
개발환경 win 11 / eclipse 2023-03 / vscode / gradle 7.6.1
PS에서 eb --version 확인
제대로 안 깔린 경우 다시 깔아본다
여전히 에러
Build file '%USERPROFILE%\Project\demo\build.gradle' line: 49
Process 'command 'eb'' finished with non-zero exit value 126
Exception
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':release'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:142)
•••
Caused by: org.gradle.process.internal.ExecException: Process 'command 'eb'' finished with non-zero exit value 126
at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:415)
•••
at build$_run_closure5$_closure9.doCall(%USERPROFILE%\Project\demo\build.gradle:49)
•••
구글링해봐도 딱히 안 나옴
3.1 gradlew build
(react 경로에서)
3.2 eb setenv ->
3.3 eb deploy
ebs에서 업데이트되는 거 확인할 수 있음
Beta Was this translation helpful? Give feedback.
All reactions