Skip to content

Commit

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

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

0 comments on commit d9c7599

Please sign in to comment.