Skip to content

Commit f366a27

Browse files
committed
test: Run gradle build in non parallel fasion. Workaround: jk1/Gradle-License-Report#337
1 parent bb1bfb9 commit f366a27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
org.gradle.parallel=true
1+
# Temporaly disable parallel execution due to stability issues observed in CI
2+
# See https://github.com/jk1/Gradle-License-Report/issues/337
3+
org.gradle.parallel=false
24
org.gradle.caching=true
35
org.gradle.configuration-cache=true
46
org.gradle.configuration-cache.parallel=true

0 commit comments

Comments
 (0)