Skip to content

Commit 05064df

Browse files
committed
Removed java plugin from build.gradle.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent acc0476 commit 05064df

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ buildscript {
2525
apply(plugin: "org.jetbrains.dokka")
2626
apply(plugin: "net.minecraftforge.gradle")
2727
apply(plugin: "kotlin")
28-
apply(plugin: "java")
2928

3029
version = module_version
3130
group = "com.mairwunnx.$module_id"

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
31
org.gradle.jvmargs=-Xmx3G
42
org.gradle.daemon=false
53
org.gradle.caching=true

0 commit comments

Comments
 (0)