-
Notifications
You must be signed in to change notification settings - Fork 6k
Update to Gradle 5.0 #6148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I like to work on this issue :) |
@rwinch I made the change in the gradlew version, but I have some problems with compileJavaAspect task:
I'll proceed to investigate this further |
Change project's gradle version to 5.0, this requires to make some minor adjustments. Fixes: spring-projectsgh-6148
@rwinch I got the build to work to some extend by filter these null properties as pointed in this issue but it's now failing because of a not existent file reference in spring-security-config.gradle test {
inputs.file file("$rootDir/docs/manual/src/docbook/appendix-namespace.xml")
} After removal of that reference the build is now working.I don't know if I'm missing something related to this file. |
Change project's gradle version to 5.0, this requires to make some minor adjustments. Fixes: gh-6148
@dbuos Thanks for the fix. This was a legacy file that was being used in the tests that is no longer there as we moved to asciidoctor. |
Summary
Gradle 5.0 was released. We should update to it
The text was updated successfully, but these errors were encountered: