I am currently using gradle publish command but unable to do so, due to PKIX path building failed unable to find valid certification path to requested target
when I tried with mvn deploy command
mvn deploy -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true --debug
It worked fine.
I want to achieve same with gradle.
Create the gradle.properties
file:
systemProp.http.ssl.insecure=true
systemProp.http.ssl.allowall=true
systemProp.http.ssl.ignore.validity.dates=true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With