Skip to content

Commit

Permalink
Build: Remove manifest since it gets destroyed when shading
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Jun 27, 2024
1 parent cfffaf7 commit 4e1e110
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ tasks.jar {
exclude("META-INF/mods.toml")
exclude("mcmod.info")
exclude("kotlin/**")
manifest {
if (platform.isModLauncher) {
attributes(mapOf("FMLModType" to "GAMELIBRARY"))
}
}
}

tasks.named<Jar>("sourcesJar") {
Expand Down

0 comments on commit 4e1e110

Please sign in to comment.