Bypass SSL certification

Thanks. That went past the point and now the plugins are an issue.

16 plugins {
17 id ‘java’
18 id ‘com.github.johnrengelman.shadow’ version ‘1.2.4’
19 }

It fails with:

FAILURE: Build failed with an exception.

  • Where:
    Build file ‘/home/prreddy/simple-binary-encoding-1.5.5/build.gradle’ line: 18

  • What went wrong:
    Error resolving plugin [id: ‘com.github.johnrengelman.shadow’, version: ‘1.2.4’]

Could not GET ‘https://plugins.gradle.org/api/gradle/3.2.1/plugin/use/com.github.johnrengelman.shadow/1.2.4’.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

I followed some discussion on:

Doesn’t look like there is a way to change it to use ‘http’ instead of ‘https’.

Thanks for your time.