Conversation
…ublisher.jar to gitignore.
brynrhodes
left a comment
There was a problem hiding this comment.
Why are the shell scripts empty?
@brynrhodes, they aren't empty. I simply changed the permissions on those files to make them executable. The "empty file" that GitHub references is the diff because there are no changes to the file's contents. I believe you'd see the same if you simply changed a filename and not the contents. If you look at those files in this branch, you'll see the content is unchanged. i.e. I needed to run |
|
Discussed with @brynrhodes out-of-band. Permissions changes to scripts need to be done at source so they aren't undone with future executions of |
Co-authored-by: Bryn Rhodes <brynrhodes@users.noreply.github.com>
|
@brynrhodes, I applied your suggestion on this PR; however, it is still marked "changes requested". Please merge at your convenience, thanks. |

Update dependsOn example, make scripts executable on Linux, and add publisher.jar to gitignore.
Before:
After: