We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dd247 commit 622d834Copy full SHA for 622d834
build.gradle
@@ -21,8 +21,6 @@ buildscript {
21
22
apply(from: "dependencies.gradle")
23
24
-def applicationPort = project.hasProperty('port') ? project.getProperty('port').toInteger() : 8080
25
-
26
allprojects {
27
apply(plugin: "io.spring.dependency-management")
28
apply(plugin: "org.barfuin.gradle.jacocolog")
scripts/integration_tests.sh
@@ -74,7 +74,7 @@ function main() {
74
${UAA_GRADLE_INT_TEST_COMMAND:-integrationTest} \
75
--no-watch-fs \
76
--no-daemon \
77
- --max-workers=4 \
+ --max-workers=2 \
78
--stacktrace \
79
--console=plain"
80
0 commit comments