Fix mistake in build script

This commit is contained in:
embeddedt 2023-12-03 19:44:49 -05:00
parent fcf21283d8
commit 87ee1017ae
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -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 {