Ver Fonte

Remove invalid jvmargs

Him188 há 4 anos atrás
pai
commit
919f48f359
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

@@ -12,7 +12,7 @@ kotlin.code.style=official
 # config
 # config
 kotlin.incremental.multiplatform=true
 kotlin.incremental.multiplatform=true
 kotlin.parallel.tasks.in.project=true
 kotlin.parallel.tasks.in.project=true
-org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
 org.gradle.parallel=true
 org.gradle.parallel=true
 org.gradle.vfs.watch=true
 org.gradle.vfs.watch=true
 kotlin.mpp.enableGranularSourceSetsMetadata=true
 kotlin.mpp.enableGranularSourceSetsMetadata=true