ForNeVeR / ForNeVeR/rider-plugin-template
On Mac " chmod +x ./gradlew " is required
Open
bug
help wanted
- Dominant language
- Kotlin
- Stars
- 14
- Forks
- 5
- Avg merge
- 12h 1m
- Merged PRs (30d)
- 3
Description
Even though I can see that chmod flags in the original repo are correct
```
ivan.shakhov@CZ03877 content % ls -l ./gradlew
-rwxr-xr-x 1 ivan.shakhov staff 11682 Aug 20 11:01 ./gradlew
```
after making a nuget and extracting with dotnet new, resulting gradlew is missing the execution permission.
```
ivan.shakhov@CZ03877 Noesis % ls -l ./gradlew
-rw-r--r-- 1 ivan.shakhov staff 11682 Aug 20 10:59 ./gradlew
```
Contributor guide
Assessment
This issue has not been assessed yet.