Trouble using gradle distribution plugin

Hello, i am moving existing maven test automation project to gradle. My project use aws device farms via gitlab CI. The problem is that the generated zip with gradle distribution plugin, project is not accepted by aws, but the one generated by maven is accepted, but both have same content. So i thought the two folder was not zipped using the same algorithm, someone have an idea ?

Can you provide an MCVE, or at least an accepted and not-accepted zip?

i solved it use a custom zip task. thanks

1 Like