You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/05/30 18:59:42 UTC

[groovy-website] branch asf-site updated: Set execute bits on ./gradlew script (closes #9)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a43332b  Set execute bits on ./gradlew script (closes #9)
a43332b is described below

commit a43332b7695feafbc650de5a6187a09bf4bd1f52
Author: Leo Gertsenshteyn <le...@users.noreply.github.com>
AuthorDate: Thu May 30 10:26:42 2019 -0700

    Set execute bits on ./gradlew script (closes #9)
    
    Without this change, someone who tries to follow the instructions in
    README.adoc under either "Generating the [...] site" section will simply
    get a "Permission denied" error from their shell if they are on a
    Unix-like system. We ought to make that initial experience better, so I
    changed the mode on the build wrapper from 644 to 755.
---
 gradlew | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gradlew b/gradlew
old mode 100644
new mode 100755