gradle-trust-all
gradle-trust-all copied to clipboard
A gradle plugin to disable SSL certificate validation
The console just said: `Could not find method compile() for arguments [org.gradle.api.internal.artifacts.dependencies.DefaultSelfResolvingDependency_Decorated@559226f8] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.` Solution: change `build.gradle`, from “complile” to "implementation" as `dependencies { implementation gradleApi() implementation...
I am getting the same issue pre and post using this plugin sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Please provide comiled plugin version
Thanks for working on this plugin. I get this error when trying to build from a git clone: $ gradle build :compileJava UP-TO-DATE :compileGroovy FAILED FAILURE: Build failed with an...
Hi, Can you please upload the plugin to the gradle plugin repository. The plugin still works on gradle 4.x, but cannot be used in conjunction with the plugin DSL... Thanks
Error:(2, 0) Cause: fi/arteme/trustall/TrustAllPlugin : Unsupported major.minor version 52.0 Open File I've tried to remove the compatibility settings: sourceCompatibility = '1.7' targetCompatibility = '1.7' And rebuild it but it turns...
Hi, I follow the instructions and gradle failed with "trust-all plugin not found" error Any idea?