Update build.gradle

This commit is contained in:
Surendra Singh 2021-12-11 01:53:54 +05:30 committed by GitHub
parent 9a16fbe907
commit eff6d52d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-log4j2:2.6.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
test {
useJUnitPlatform()
}