Adding default profile test for gradle build test task

This commit is contained in:
hitanshu310 2025-06-04 01:50:41 +05:30 committed by Kruti Shah
parent 524be544bc
commit c0b881974b

View File

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