fix: gradlew permisson fix for macos, linux #19
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
What is the current behavior?
Windows에서 작업할 때
gradlew의 권한이 'rw-r--r--' 로 자꾸 바뀝니다.맥에서 쉘로 detekt 확인할 때 매번 권한 바꿔줘야 해요...
What is the new behavior (if this is a feature change)?
Windows에서 작업할 때
gradlew와 추후 생성하는.sh확장자의 쉘 스크립트의 권한을 수정하지 않도록 합니다.macOS(와 Linux)에서 작업할 때도 추후 생성하는
.bat확장자의 쉘 스크립트의 줄바꿈(CRLF)을 유지하도록 합니다.Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No breaking changes in Windows.
macOS와 Linux에서는 더 이상
detekt의 권한을 다시 변경할 필요가 없습니다.ScreenShots
(작업 할 때 마다 권한 바뀌니까 귀찮더라고요.)
Other information:
브랜칭 전략이 git flow랑 안 맞는 거 같은데, 이거는 기능도 아니고 핫픽스도 아니어서 일단 fix로 했어요. 다른 브랜치 이름이 적합할 지 아니면 이 카테고리를 추가할 지 한번 검토 부탁드려요.