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 008fbac commit c4f2ffbCopy full SHA for c4f2ffb
scripts/integration_tests.sh
@@ -109,7 +109,7 @@ function main() {
109
# All flags required to prevent classloading deadlocks and thread starvation during test init
110
# --no-configuration-cache prevents stale Kotlin compiler state reuse between daemon processes
111
./gradlew \
112
- -Dspring.profiles.active=${test_profile} \
+ -Dspring.profiles.active="${test_profile}" \
113
-DskipUaaAutoStart=true \
114
--no-daemon \
115
--no-configuration-cache \
@@ -154,4 +154,4 @@ function main() {
154
popd
155
}
156
157
-main "$@"
+main "$@"
0 commit comments