chore(java): provide tar.gz artifact in releases - #2538
Conversation
|
@bcmedeiros in the workaround you mention in that issue you explicitly add the It looks like gradle's default file permissions make it so our wrapper scripts are all I think we can make the script files in the archive executable though, look at this example from gradle docs: https://docs.gradle.org/current/userguide/working_with_files.html#using_copyspec_dir_permissions |
|
The tar.gz package will preserve the original permissions of the file as committed in git, while zip will not, that's probably why the workout was needed in my example. |
Co-authored-by: Warre Pessers <45464718+wpessers@users.noreply.github.com>
|
you were right, @wpessers, Gradle's |
tylerbenson
left a comment
There was a problem hiding this comment.
Thanks for taking care of this!
Solution for #2536