Hi,team.when i release 0.9.6.1 in <docker.it> prom...
# all-things-deployment
c
Hi,team.when i release 0.9.6.1 in docker.it prompts rovisioned toolchain '/root/.gradle/jdks/jdk8u372-b07' could not be probed.
Copy code
* Where:
Build file '/datahub-src/metadata-service/restli-servlet-impl/build.gradle' line: 80

* What went wrong:
A problem occurred evaluating project ':metadata-service:restli-servlet-impl'.
> Could not resolve all dependencies for configuration ':metadata-service:restli-servlet-impl:dataModel'.
  > Failed to calculate the value of task ':metadata-models:compileJava' property 'javaCompiler'.
     > Provisioned toolchain '/root/.gradle/jdks/jdk8u372-b07' could not be probed.
1
l
Hi @cuddly-arm-8412! Thanks for the note - let me see if I can find someone to help 🙂
b
Are you building the project as the root user? I wouldn’t recommend that if you are. Assuming you are not running as root, then gradle incorrectly is pointing to the root user’s home directory which is probably not read-able by a non-root user. Check your user’s home directory and environment variables for possible inconsistencies with your logged in user.
c
@brainy-tent-14503 thankyou.i got