We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc0476 commit 05064dfCopy full SHA for 05064df
2 files changed
build.gradle
@@ -25,7 +25,6 @@ buildscript {
25
apply(plugin: "org.jetbrains.dokka")
26
apply(plugin: "net.minecraftforge.gradle")
27
apply(plugin: "kotlin")
28
-apply(plugin: "java")
29
30
version = module_version
31
group = "com.mairwunnx.$module_id"
gradle.properties
@@ -1,5 +1,3 @@
1
-# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
2
-# This is required to provide enough memory for the Minecraft decompilation process.
3
org.gradle.jvmargs=-Xmx3G
4
org.gradle.daemon=false
5
org.gradle.caching=true
0 commit comments