jitpack.io
jitpack.io copied to clipboard
SDKMan! JDKs installation (curl certificates) in MJaroslav/Shared-Java build
Describe the bug
SDKMan! JDKs installations doesn't work because it fails with:
curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none More details here: http://curl.haxx.se/docs/sslcerts.html
Build log of my (Shared-Java) project: https://jitpack.io/com/github/MJaroslav/Shared-Java/1.0.0/build.log
To Reproduce
Just try build project with jitpack.yml
where SDKMan! is used, for example i get this on my project Shared-Java (installation of specified in yml JDKs works locally).
Expected behavior Normally installation of JDKs.
Additional context
In additional, jitpack.yml
ignored on JitCI (also sdk
command can't be called in JitCI scripts).
I noticed that the build works for version v1.0.0
but not for version 1.0.0
, but they are the same commits and tags.
As temporary solution of it, you can add sdkman_insecure_ssl=true
command in before_install
block of jitpack.yml
(example).
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.