Could not resolve me.champeau.gradle:japicmp-gradle-plugin:0.2.4

Hello

I am building Gradle from branch master and got this exception

Could not resolve all files for configuration ':buildSrc:runtimeClasspath'.
> Could not resolve me.champeau.gradle:japicmp-gradle-plugin:0.2.4.
  Required by:
      project :buildSrc
   > Could not resolve me.champeau.gradle:japicmp-gradle-plugin:0.2.4.
      > Could not get resource 'https://plugins.gradle.org/m2/me/champeau/gradle/japicmp-gradle-plugin/0.2.4/japicmp-gradle-plugin-0.2.4.pom'.
         > Could not GET 'https://plugins.gradle.org/m2/me/champeau/gradle/japicmp-gradle-plugin/0.2.4/japicmp-gradle-plugin-0.2.4.pom'.
            > java.security.ProviderException: java.security.InvalidKeyException: EC parameters error

I follow the BoucyCastle recommendation from issues #2421 but didn’t succeed in a working solution.

Solved by using Oracle JDK instead of OpenJDK