Adding default profile test for gradle build test task
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m17s
sample gradle build and test / build (push) Successful in 1m45s

This commit is contained in:
hitanshu310 2025-06-04 01:50:41 +05:30
parent ebd65ccbbe
commit 196cf74a72

View File

@ -13,6 +13,10 @@ java {
}
}
test {
systemProperty 'spring.profiles.active', 'test'
}
repositories {
mavenCentral()
}