eventuate-tram / eventuate-tram-sagas-examples-customers-and-orders

Spring Boot/JPA microservices that use an orchestration-based saga to maintain data consistency
Other
520 stars 236 forks source link

Change compile to implementation in build.gradle files #43

Open RohithSurya opened 3 years ago

RohithSurya commented 3 years ago

compile and testCompile are deprecated and will be removed in Gradle 7.0. The compile and testcompile should be replaced by implementation and testImplementation

image