when I try to build datahub by source code , but I got a error , there is a detail info :
------------------------------ error info start
ailed to calculate the value of task '
metadata servicerestli-servlet-impl:compileJava' property 'javaCompiler'.
> Unable to download toolchain matching these requirements: {languageVersion=11, vendor=any, implementation=vendor-specific}
> Could not GET '
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.19+7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.19_7.zip'.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
----------------------------- error info end
I had export
github.com website ssl cert file from my computer chrome brower ,then import this cert file to my %JAVA_HOME%\jre\lib\security\cacerts , but I still got this same error ,
can anyone help me , please