Caused by: org.gradle.api.GradleException: Could not create ZIP ‘/jenkins/repository/workspace/profile/build/libs/…/profile.jar’.
Project
-
common << I build under this directory
-
profile
build.gradle(in common)
…
dependencies {
compile project(’:…/profile’)
…
settings.gradle(in common)
include ‘…/profile’ It works fine on windows environment. But it does not work on linux environment even using root account