Increases ram because otherwise javadoc will stall

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2021-05-14 22:00:29 +07:00 committed by GitHub
parent 5e4c0ebad9
commit f79141cc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ dependencies {
javadocClasspath "org.jetbrains:annotations:${project.jetbrains_annotations_version}"
javadocClasspath "com.google.code.findbugs:jsr305:3.0.2" // for some other jsr annotations
decompileClasspath "net.fabricmc:cfr:${project.cfr_version}"
mappingPoetJar 'net.fabricmc:mappingpoet:0.2.7'
mappingPoetJar 'net.fabricmc:mappingpoet:0.2.8'
unpick "net.fabricmc.unpick:unpick-cli:${project.unpick_version}"
}

View File

@ -1,5 +1,5 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx4G
enigma_version=0.27.1
stitch_version=0.5.1+build.77