Skip to content

Commit

Permalink
Increase max. gradle JVM heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichb committed Sep 21, 2023
1 parent 94ecb28 commit f61278d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Src/RiderPlugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default
kotlin.stdlib.default.dependency=false

org.gradle.jvmargs=-Xmx2048M

0 comments on commit f61278d

Please sign in to comment.