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 a1f1b22 commit e03fa79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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
# 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 e03fa79

Please sign in to comment.