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 9cc4b4c commit ed09dc3Copy full SHA for ed09dc3
2 files changed
build.gradle
@@ -28,7 +28,6 @@ buildscript {
28
apply(plugin: "org.jetbrains.dokka")
29
apply(plugin: "net.minecraftforge.gradle")
30
apply(plugin: "kotlin")
31
-apply(plugin: "java")
32
apply(plugin: "kotlinx-serialization")
33
34
version = projectEssentialsVersion
gradle.properties
@@ -7,7 +7,7 @@ kotlin.code.style=official
7
devRunClientPath=run-client
8
devRunServerPath=run-server
9
forgeGradleVersion=3.+
10
-forgeBaseVersion=1.14.4-28.0.73
+forgeBaseVersion=1.14.4-28.1.114
11
brigadierBaseVersion=1.0.17
12
mappingsChannelType=snapshot
13
mappingsChannelVersion=20190719-1.14.3
0 commit comments