Skip to content

Commit

Permalink
Fix mistake in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Dec 4, 2023
1 parent fcf2128 commit 87ee101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
}

common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }
}

processResources {
Expand Down

0 comments on commit 87ee101

Please sign in to comment.