Gradle Version: 2.13
Operating System: mac
Is this a regression? If yes, which version of Gradle do you know it last worked for? unknown
I posted this in the help forum as well but since there hasn’t been much luck I thought I would post here
Caused by: java.lang.UnsatisfiedLinkError: /tmp/gradle1671374982016007532projectDir/userHome/native/19/linux-amd64/libnative-platform.so: /tmp/gradle1671374982016007532projectDir/userHome/native/19/linux-amd64/libnative-platform.so: failed to map segment from shared object: Operation not permitted
even when -Djava.io.tmpdir is set to a different directory.
to reproduce
- clone GitHub - LibraryOfCongress/simple-artifact-uploader: A plugin for the Gradle build management tool that allows us to automatically upload completed binaries to the Artifactory deployment server. on a server that has /tmp mounted with noexec
- run gradle gradle test -Djava.io.tmpdir=
it still tries to use /tmp as the unpack space for ProjectBuilder