From a20da5a79b5b05839862c8e8fd165b18368729c1 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:47:08 +1000 Subject: Backend: Auto load annotation (#1904) Co-authored-by: Brady --- gradle.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 065574755..16cc55dfa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,5 @@ loom.platform=forge -org.gradle.jvmargs=-Xmx2g \ No newline at end of file +org.gradle.jvmargs=-Xmx2g +org.gradle.parallel=true +org.gradle.caching=true +kotlin.incremental.useClasspathSnapshot=true -- cgit