AAGateWay
AAGateWay copied to clipboard
Assemble Error (Windows)
I'm trying to build this in Windows, with gradle 5.1.1, but "assemble" command return this error.
AAGateWay-master>gradlew assemble Downloading https://services.gradle.org/distributions/gradle-5.1.1-bin.zip
Exception in thread "main" javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Gradle is installed correctly, checked by command "gradle -v"
I need help.