9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Fix build

This commit is contained in:
Dreeam
2025-01-18 12:51:34 -05:00
parent 18a6bf2803
commit bc88321d0b
2 changed files with 1 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ subprojects {
options.encoding = Charsets.UTF_8.name() options.encoding = Charsets.UTF_8.name()
options.release = 21 options.release = 21
options.isFork = true options.isFork = true
options.forkOptions.memoryMaximumSize = "6g"
} }
tasks.withType<Javadoc> { tasks.withType<Javadoc> {
options.encoding = Charsets.UTF_8.name() options.encoding = Charsets.UTF_8.name()

View File

@@ -8,4 +8,3 @@ org.gradle.configuration-cache=true
org.gradle.caching=true org.gradle.caching=true
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.vfs.watch=false org.gradle.vfs.watch=false
org.gradle.jvmargs=-Xmx4G