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
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
I think the issue is related to the way that the spring-boot plugin delays evaluation of the dependencies, which results in null versions being reported to Ivy.
This is going to be a tricky fix and I'll need to look in to the SpringBoot's plugin source code first.
Hi,
There is a Spring Boot Gradle Plugin to manage Spring dependency versions: https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/html/
Unfortunately it does not work with IvyPot:
Here's the
build.gradle
:When I change the dependencies to
it works.
The text was updated successfully, but these errors were encountered: