We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4175b9f commit 545247bCopy full SHA for 545247b
build.gradle.kts
@@ -84,4 +84,5 @@ dependencies {
84
85
tasks.withType<Test> {
86
useJUnitPlatform()
87
+ systemProperty("spring.profiles.active", "test")
88
}
0 commit comments