Multiple Gradle version errors

Issue #31 resolved
BenjaminM created an issue

There are too many bugs manifesting that I'm not going to classify each into issues. Feel free to investigate, open the proper bugs, and close this one. I actually use my own plugin (https://github.com/ben-manes/gradle-versions-plugin) that I wrote before VersionEye existed and was curious to try this out.

My Caffeine project (projects/548f7441dd709d2cfc0000e2) appears incorrectly due to... - koloboke-api-jdk8: Somehow locked to an earlier version - awaitility: wrong version (there is a closed issue fixing this, yet this still appears) - guava: invalid property resolution - jmh: does not handle maven ranges - Most of the listed dependencies are NOT compile scoped as claimed - Does not properly list compile scope (bad multi-project traversal?) - While it claims to have recently parsed (manual trigger), it lists current versions that were upgraded weeks ago.

Comments (2)

  1. Log in to comment