Skip to content

Commit b1abab5

Browse files
authored
Remove unnecessary gradle option (#2090)
1 parent ea4b556 commit b1abab5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ org.gradle.priority=low
55

66
# Gradle default is 256m which causes issues with our build - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
77
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
8-
9-
# Workaround https://youtrack.jetbrains.com/issue/KT-47152
10-
# We don't have enough kotlin code to care about incremental compilation anyways.
11-
kotlin.incremental=false

0 commit comments

Comments
 (0)