diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-06-01 20:47:08 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-01 12:47:08 +0200 |
| commit | a20da5a79b5b05839862c8e8fd165b18368729c1 (patch) | |
| tree | ef0b258d90d839867eba8c002f02e1c823b049ef /gradle.properties | |
| parent | 2698b9d13de081be2e72e63faa213a74cafb6a6b (diff) | |
| download | skyhanni-a20da5a79b5b05839862c8e8fd165b18368729c1.tar.gz skyhanni-a20da5a79b5b05839862c8e8fd165b18368729c1.tar.bz2 skyhanni-a20da5a79b5b05839862c8e8fd165b18368729c1.zip | |
Backend: Auto load annotation (#1904)
Co-authored-by: Brady <thatgravyboat@gmail.com>
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
