Re: Git export-ignore for gradle

2018-08-20 Thread Andrew Pilloud
We can't ship gradle-wrapper.jar in the artifacts, so the gradlew command wouldn't work even if it was included. See https://issues.apache.org/jira/browse/LEGAL-288 and the original discussion here: https://lists.apache.org/thread.html/d8bd7a0395d979246b3aff02fbb562ac0467828c4adfc25029839fab@%3Cdev

Git export-ignore for gradle

2018-08-20 Thread Jozef Vilcek
Hello, this commit added export-ignore for some of the gradle stuff https://github.com/apache/beam/commit/2a0f68b0c743d37c46486b81500043b4b420c825 This means that downloaded zip archive of git repository is not build-able via 'gradlew` command. I am curious about the rationale behind this feature