You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running through gradle in action examples,they don't work,A problem occurred evaluating script.(chapter07 #listing_07_06-test-report-aggregation )
gradle :repositotry:test
Zihuatanejo@localhost listing_07_06-test-report-aggregation (master) $ gradle :repository:test --daemon
:model:compileJava UP-TO-DATE
:model:processResources UP-TO-DATE
:model:classes UP-TO-DATE
:model:jar UP-TO-DATE
:repository:compileJava UP-TO-DATE
:repository:compileGroovy UP-TO-DATE
:repository:processResources UP-TO-DATE
:repository:classes UP-TO-DATE
:repository:compileTestJava
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':repository:testCompileClasspath'.
> Could not resolve org.testng:testng:6.8.
Required by:
com.manning.gia:repository:0.1
> Could not resolve org.testng:testng:6.8.
> Could not get resource 'https://repo1.maven.org/maven2/org/testng/testng/6.8/testng-6.8.pom'.
> Could not GET 'https://repo1.maven.org/maven2/org/testng/testng/6.8/testng-6.8.pom'.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
> Could not resolve org.codehaus.groovy:groovy:2.0.6.
Required by:
com.manning.gia:repository:0.1
> Could not resolve org.codehaus.groovy:groovy:2.0.6.
> Could not get resource 'https://repo1.maven.org/maven2/org/codehaus/groovy/groovy/2.0.6/groovy-2.0.6.pom'.
> Could not GET 'https://repo1.maven.org/maven2/org/codehaus/groovy/groovy/2.0.6/groovy-2.0.6.pom'.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
> Could not resolve org.spockframework:spock-core:0.7-groovy-2.0.
Required by:
com.manning.gia:repository:0.1
> Could not resolve org.spockframework:spock-core:0.7-groovy-2.0.
> Could not get resource 'https://repo1.maven.org/maven2/org/spockframework/spock-core/0.7-groovy-2.0/spock-core-0.7-groovy-2.0.pom'.
> Could not GET 'https://repo1.maven.org/maven2/org/spockframework/spock-core/0.7-groovy-2.0/spock-core-0.7-groovy-2.0.pom'.
> sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
The text was updated successfully, but these errors were encountered:
I've been running through gradle in action examples,they don't work,A problem occurred evaluating script.(chapter07 #listing_07_06-test-report-aggregation )
The text was updated successfully, but these errors were encountered: