On Sun, Jun 30, 2019 at 5:31 PM Mathieu Lirzin <[email protected]> wrote:
> [...] > As a consequence, I would recommend keeping the wrapper jar in our VCS > repository, and simply remove it along side the “gradlew” scripts from > our release archives. We would then provide preliminary build > instructions stating the required version of Gradle and let users choose > how they want to install it [1]. > > [1] https://docs.gradle.org/current/userguide/installation.html I tend to agree with Mathieu. The above approach would also cover another concern I had with some of the proposals: since release files can be downloaded by a potentially large number of users, they must be distributed thru the mirror network [*]; distributing the wrapper jar from our svn, git or website would not scale up well and could cause excessive load on these server. Jacopo [*] https://www.apache.org/dev/release-distribution > >
