linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Migrate rest.li to Gradle 5.6.4 #869

Closed bzzzzzz closed 9 months ago

bzzzzzz commented 1 year ago

This PR drops the support of all Gradle versions below 5.6.4. It is a foundation to improve the plugin's support to Gradle 7 and above. It is usually considered a good practice for a Gradle plugin to support only two major versions at a time.

Testing done