mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-20 15:20:25 +00:00
rename mod-common to mixin-common
This commit is contained in:
@@ -18,9 +18,9 @@ configurations {
|
||||
dependencies {
|
||||
shadedApi(project(":common:implementation:base"))
|
||||
|
||||
"common"(project(path = ":platforms:mod-common", configuration = "namedElements")) { isTransitive = false }
|
||||
shaded(project(path = ":platforms:mod-common", configuration = "transformProductionForge")) { isTransitive = false }
|
||||
"developmentForge"(project(":platforms:mod-common", configuration = "namedElements")) {
|
||||
"common"(project(path = ":platforms:mixin-common", configuration = "namedElements")) { isTransitive = false }
|
||||
shaded(project(path = ":platforms:mixin-common", configuration = "transformProductionForge")) { isTransitive = false }
|
||||
"developmentForge"(project(":platforms:mixin-common", configuration = "namedElements")) {
|
||||
isTransitive = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user