chore(ping-service, gateway): remove unused configurations and clean up build script

- Deleted obsolete metrics configuration in `application-test.yaml` for `ping-service`.
- Removed outdated dependency comments and adjusted task registration syntax in `gateway`'s `build.gradle.kts`.
This commit is contained in:
2026-01-16 21:43:05 +01:00
parent 18f7794a90
commit 6f78a9ce83
2 changed files with 1 additions and 10 deletions
@@ -44,11 +44,6 @@ resilience4j:
minimum-number-of-calls: 4
wait-duration-in-open-state: 5s
metrics:
enabled: true
legacy:
enabled: true
logging:
level:
org.springframework.cloud.consul: ERROR