Skip to content

Commit ed09dc3

Browse files
committed
Removed java plugin from build script.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 9cc4b4c commit ed09dc3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ buildscript {
2828
apply(plugin: "org.jetbrains.dokka")
2929
apply(plugin: "net.minecraftforge.gradle")
3030
apply(plugin: "kotlin")
31-
apply(plugin: "java")
3231
apply(plugin: "kotlinx-serialization")
3332

3433
version = projectEssentialsVersion

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin.code.style=official
77
devRunClientPath=run-client
88
devRunServerPath=run-server
99
forgeGradleVersion=3.+
10-
forgeBaseVersion=1.14.4-28.0.73
10+
forgeBaseVersion=1.14.4-28.1.114
1111
brigadierBaseVersion=1.0.17
1212
mappingsChannelType=snapshot
1313
mappingsChannelVersion=20190719-1.14.3

0 commit comments

Comments
 (0)