inductiveautomation / ignition-sdk-examples

Ignition SDK Example Projects
164 stars 92 forks source link

Updating the gradlew reference #83

Closed keith-gamble closed 2 years ago

keith-gamble commented 3 years ago

In the getting started it calls the gradlew file as having the .sh file extension, but it doesn't! So it should be executed withsh

This is in reference to issue #82

PerryAJ commented 2 years ago

Thanks Keith, but I think the leading sh is also unnecessary. I believe the gradle wrapper script used to have the .sh extension, but ./gradlew <task> has been what I use.

keith-gamble commented 2 years ago

Closing, since it is resolved in #85