Skip to content

Commit

Permalink
Patch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Jun 8, 2024
1 parent 49e9e5d commit 43d0cdb
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 @@ -25,7 +25,7 @@ dependencies {
// modApi "dev.architectury:architectury-forge:${rootProject.architectury_version}"

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 43d0cdb

Please sign in to comment.