Skip to content

Commit cd473ed

Browse files
committed
Add parameter to allow outputs longer than 1 MB
It is commented because it does not help but for the history I would like to keep it for now
1 parent 0816fd1 commit cd473ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gradle.properties

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ org.gradle.java.installations.auto-download=false
55
org.gradle.daemon=false
66

77
version=0.3.2-SNAPSHOT
8-
group=io.github.optimumcode
8+
group=io.github.optimumcode
9+
10+
# Due to large amount of test cases the output for JS WEB exceeds 1MB limit for TeamCity reader
11+
# The whole output is printed as a single line and cannot be split by the parser
12+
#kotlin.ignore.tcsm.overflow=true

0 commit comments

Comments
 (0)