diff --git a/build.gradle b/build.gradle index 7762cf6863..b1a5620f61 100644 --- a/build.gradle +++ b/build.gradle @@ -68,6 +68,9 @@ dependencies { // fcm implementation 'com.google.firebase:firebase-admin:9.2.0' + // Actuator + implementation 'org.springframework.boot:spring-boot-starter-actuator' + } tasks.named('bootBuildImage') {