Fixed common trying to shadow common

This commit is contained in:
coolGi
2023-03-26 16:01:52 +10:30
parent d39000fa56
commit 955d1df400
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ subprojects { p ->
// have implemented dependencies automatically embedded in the final jar
implementation.extendsFrom(shadowMe)
if (isMinecraftSubProject) {
if (isMinecraftSubProject && p != project(":common")) {
// Shadow common
common
shadowCommon // Don't use shadow from the shadow plugin because we don't want IDEA to index this.
-1
View File
@@ -3,7 +3,6 @@ plugins {
}
loom {
// FIXME: AccessWidener
accessWidenerPath = project(":common").file("src/main/resources/${accessWidenerVersion}.lod.accesswidener")
// "runs" isn't required, but when we do need it then it can be useful