Skip to content

Instantly share code, notes, and snippets.

@ptahchiev
Created April 17, 2018 12:16
Show Gist options
  • Save ptahchiev/d1be8a26ee06523ee66abbcb301dcfaf to your computer and use it in GitHub Desktop.
Save ptahchiev/d1be8a26ee06523ee66abbcb301dcfaf to your computer and use it in GitHub Desktop.
gradle-problem
petar@petar-XPS-15-9550:~/workspace/spring-framework/spring-context$ gradle install
Starting a Gradle Daemon (subsequent builds will be faster)
Generating JAR file 'gradle-api-4.1.jar'
Download https://repo.spring.io/plugins-release/org/jetbrains/dokka/dokka-gradle-plugin/0.9.16/dokka-gradle-plugin-0.9.16.pom
> Configure project :
POM relocation to an other version number is not fully supported in Gradle : xml-apis:xml-apis:2.0.2 relocated to xml-apis:xml-apis:1.0.b2.
Please update your dependency to directly use the correct version 'xml-apis:xml-apis:1.0.b2'.
Resolution will only pick dependencies of the relocated element. Artifacts and other metadata will be ignored.
FAILURE: Build failed with an exception.
* Where:
Build file '/home/petar/workspace/spring-framework/spring-beans/spring-beans.gradle' line: 30
* What went wrong:
A problem occurred evaluating project ':spring-beans'.
> No such property: immutableValues for class: org.gradle.api.internal.tasks.DefaultTaskDependency
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
BUILD FAILED in 33s
petar@petar-XPS-15-9550:~/workspace/spring-framework/spring-context$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment