Skip to content

Commit

Permalink
Merge pull request #36 from MoSadie/fix-1.8.9
Browse files Browse the repository at this point in the history
Fix 1.8.9 crashing
  • Loading branch information
MoSadie authored Jul 11, 2023
2 parents 80c9e3a + 3c36074 commit 1b86dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinecraftMod/forge/1.8.9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
jar {
configurations.shade.each { dep ->
from(project.zipTree(dep)){
exclude 'META-INF', 'META-INF/**', 'com/google/gson/**', 'it/unimi/dsi/fastutil/**' // Hacky solution to the extra dependencies being included.
exclude 'META-INF', 'META-INF/**'
}
}
}
Expand Down

0 comments on commit 1b86dae

Please sign in to comment.