blackboard / lambda-selenium

Use Selenium Webdriver and Chrome inside AWS Lambda
MIT License
230 stars 51 forks source link

gradle clean unzipLibs shadowJar deploy fail. #43

Closed andreabisello closed 5 years ago

andreabisello commented 5 years ago

installed gradle with choco as described in gradle documentation. cloned repository runned on updated windows 10 with updated 1.8 java

C:\tmp\lambda-selenium\lambda-selenium-java>gradle clean unzipLibs shadowJar deploy

Welcome to Gradle 5.1!

Here are the highlights of this release:
 - Control which dependencies can be retrieved from which repositories
 - Production-ready configuration avoidance APIs

For more details see https://docs.gradle.org/5.1/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
Method com/github/jengelman/gradle/plugins/shadow/internal/DependencyFileCollection.getBuildDependencies()Lorg/gradle/api/tasks/TaskDependency; is abstract

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 5s

C:\tmp\lambda-selenium\lambda-selenium-java>
andreabisello commented 5 years ago

duplicating https://github.com/blackboard/lambda-selenium/issues/41