Gradle buildSrcVersions v0.9.7 Release Notes

Release Date: 2020-10-15 // over 3 years ago
  • ๐Ÿ”– Version 0.9.7 (2020-10-16)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Running the refreshVersions task twice or more would fail with "executor rejected" as an error message, until the Gradle daemon is killed. This has now been fixed. (Issue #263)
    • ๐Ÿš€ The refreshVersions task was failing after the latest Gradle release candidate was superseded by the stable release because the API would return an empty JSON object after this, which we didn't expect.
    • ๐Ÿ›  (Minor) We fixed a typo in a diagnostic task name (refreshVersionsDependenciesMapping)