We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0816fd1 commit cd473edCopy full SHA for cd473ed
gradle.properties
@@ -5,4 +5,8 @@ org.gradle.java.installations.auto-download=false
5
org.gradle.daemon=false
6
7
version=0.3.2-SNAPSHOT
8
-group=io.github.optimumcode
+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