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 e9cac98 commit 899c3e8Copy full SHA for 899c3e8
1 file changed
instances/forge/build.gradle.kts
@@ -50,6 +50,7 @@ minecraftProcessResource {
50
customProperties = mapOf(
51
"minecraft_version" to libs.versions.minecraft.forgeversion.get().split("-")[0],
52
"forge_version" to libs.versions.minecraft.forgeversion.get().split("-")[1],
53
+ "mod_license" to "MIT License"
54
)
55
56
}
@@ -87,7 +88,7 @@ val shadowJar by tasks.getting(ShadowJar::class) {
87
88
// Root
89
if (project.name == "forge" || project.name == "neoforge") {
90
// Use kotlin-neoforge or kotlin-forge
- exclude("kotlin/**")
91
+// exclude("kotlin/**")
92
93
exclude("_COROUTINE/**")
94
exclude("DebugProbesKt.bin")
0 commit comments