diff --git a/gradle.properties b/gradle.properties index eff44e9..12e129c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,10 +8,6 @@ kotlin.code.style=official org.gradle.caching=true org.gradle.configuration-cache=true -# Forced increase of Metaspace -# https://github.com/gradle/gradle/issues/23698 -org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g - # Dokka 2 org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true