Ops. merge issue.
This commit is contained in:
+2
-2
@@ -123,9 +123,9 @@ subprojects { p ->
|
||||
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
||||
}
|
||||
|
||||
//if (p != project(":core"))
|
||||
if (p == project(":common")) {
|
||||
if (p != project(":core"))
|
||||
common(project(":core")) { transitive false }
|
||||
if (p == project(":common")) {
|
||||
shadowMe(project(":core")) { transitive false }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user