-
Notifications
You must be signed in to change notification settings - Fork 87
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
1.0.1.RELEASE prevents Gradle Versions Plugin to resolve updated versions #155
Comments
Oh dear. The change you referenced was intended to strike the right balance so that this would still work. I had thought that this test would cover this scenario. Looks like I need to dig into the behaviour of the versions plugin again and see exactly how it does things. |
I think its because |
Yeah, that's the problem. As a result |
@igor-poteryaev Thanks for reporting this. It should be fixed in the latest 1.0.2 snapshot. If you'd like to try it out, the snapshots are available from https://repo.spring.io/plugins-snapshot. |
It works now.
|
Excellent. Thanks for testing the snapshot, @igor-poteryaev |
After upgrade from
1.0.0.RELEASE
to1.0.1.RELEASE
I found that updated versions of dependencies, are not resolved.Example project
build.gradle
:With
1.0.0.RELEASE
, updates are shown:With
1.0.1.RELEASE
, updates are not shown:I guess that changed behavior is caused by this:
03237ef#diff-6b206b133732c66b5cfba81f3f218b49R55
Is it possible to restore updates resolution ?
Thanks and regards,
Igor
The text was updated successfully, but these errors were encountered: