Skip to content

Commit a5c7dc6

Browse files
committed
fix neoforge project
1 parent f5ecba0 commit a5c7dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neoforge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
}
5353

5454
"common"(project(path = ":common", configuration = "namedElements")) { isTransitive = false }
55-
"shadowCommon"(project(path = ":common", configuration = "transformProductionForge")) { isTransitive = false }
55+
"shadowCommon"(project(path = ":common", configuration = "transformProductionNeoForge")) { isTransitive = false }
5656
}
5757

5858
java {

0 commit comments

Comments
 (0)