Github user metatype commented on the issue: https://github.com/apache/geode-examples/pull/2 Good suggestion on verification. Here's my thinking on removing gradlew.bat: - We know we can't include `gradle-wrapper.jar` in a source release, so a user who downloads it on windows would need to run `gradlew` anyway using cygwin or a container like virtual box, docker, etc. - If you're a developer, you can probably figure out how to install gradle. - I'd like to keep things simple and only include one version of the gradle wrapper scripts instead of 2 like we do in geode.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---