Skip to content

Commit

Permalink
even more...
Browse files Browse the repository at this point in the history
  • Loading branch information
Abelkrijgtalles committed Jan 1, 2025
1 parent 01d1370 commit fa82cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ subprojects { p ->

shadowJar {
configurations = [project.configurations.shadowMe]
if (isMinecraftSubProject && p != project(":common") && p != project(":pathfinding")) {
if (isMinecraftSubProject && p != project(":common")) {
configurations.push(project.configurations.shadowCommon) // Shadow the common subproject
//FIXME relocate "de.the_build_craft.mojang_maps.common", "loaderCommon.${p.name}.de.the_build_craft.mojang_maps.common" // Move the loader files to a different location

Expand Down

0 comments on commit fa82cb1

Please sign in to comment.