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!
|
@tylerbenson @wpessers what's the usual path forward from here? Can I help getting this released in some way? We are currently rolling this out to quite a few images, it would be really nice to have the compact setup version available. |
|
@bcmedeiros my bad I'll get it merged in a sec. Will be released with next release of the lambda layers. I will look into expediting that next release so that you can start using it ASAP! |
|
@bcmedeiros thank you for the contribution! 🚀 |
|
It's my pleasure to help, looking forward to the release! thanks! |
Solution for #2536