gradle clean unzipLibs shadowJar deploy fail.
Closed this issue · 1 comments
andreabisello commented
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
duplicating #41