Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
2.51k
stars
546
forks
source link
Fix the deprecated configuration name used in the PegasusPlugin #865
Closed
njuliyu closed 2 years ago
The pegasus used the
compile
andtestCompile
configuration in the code, but they are not supported by Gradle 7, this PR is to fix that.I also added a integration test to verify data-template classes in api module can be consumed by other modules