liutikas / gradle-best-practices

Apache License 2.0
377 stars 12 forks source link

Factor out common practices to Gradle documentation #3

Closed vlsi closed 2 years ago

vlsi commented 2 years ago

It is great you put the items together, however, it would be great to add them to Gradle documentation.

See https://github.com/gradle/gradle/issues/19057

liutikas commented 2 years ago

A bunch of these suggestions are something that Gradle would not take as guidance because they are extremely cautious about legacy support, for example I tried deprecating tasks.create and that patch just stalled as they asked me to fix all of their docs and references to the methods, which is not really realistic. Given that experience, I am unlikely to contribute non bug fixes to Gradle, sorry. Feel free to take this guidance and try upstream it back.