gradle/ folder (not the .gradle) usually the place to put additional
build logic, and if nothing else that's where Gradle places it's wrapper
gardle/wrapper/
Make sure you add the gardle/wrapper/gradle-wrapper.jar along with the
grade/wrapper/gradle-wrapper.properties file. (Unless some policy
explicitly state otherwise) Although that is a binary file, that is java
the entry point of gradlew and gradlew.bat files. That would download
the correct Gradle if it is not installed on the system.
On 8/5/22 17:54, Andreas Reichel wrote:
On Fri, 2022-08-05 at 17:52 -0700, Laszlo Kishalmi wrote:
while gradle/ folders
shall be committed
Laszlo,
thank you for advise, please care to elaborate. Why should it be there
when it can be rebuild on demand? What is the advantage of tracking it
and the disadvantage of dismissing it?
Sorry to bother you, I just would like to learn.
Cheers
Andreas