This message was deleted.
# community-support
s
This message was deleted.
c
Sounds like permissions issue. Ensure all files are owned by the user you run Gradle as.
g
Within the docker container I am
root
and all files are owned by
root
. What is odd is that when the gradle binaries are downloaded into the docker container running on the x86 the permissions are all set to be executable. But when they are downloaded into the docker container running on my M2 they are not set.
Copy code
/service/fips-crypto # ls -la /root/.gradle/wrapper/dists/gradle-7.4.1-bin/58kw26xllvsiedyf3nujyarhn/gradle-7.4.1/bin/gradle
-rw-r--r--    1 root     root          8062 Aug  3 19:40 /root/.gradle/wrapper/dists/gradle-7.4.1-bin/58kw26xllvsiedyf3nujyarhn/gradle-7.4.1/bin/gradle
Hi If anyone has any experience with this odd Gradle permissions in docker issue please let me know!