diff --git a/fabric/build.gradle b/fabric/build.gradle index c2047731..e4667614 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -50,6 +50,7 @@ dependencies { common(project(path: ":common", configuration: "namedElements")) { transitive false } testImplementation(shadowCommon(project(path: ":common", configuration: "transformProductionFabric"))) { transitive false } + shadowCommon(project(path: ":annotations")) testImplementation(platform("org.junit:junit-bom:${project.junit_version}")) testImplementation("org.junit.jupiter:junit-jupiter-api") diff --git a/forge/build.gradle b/forge/build.gradle index ea515fab..467bca07 100644 --- a/forge/build.gradle +++ b/forge/build.gradle @@ -82,6 +82,7 @@ dependencies { common(project(path: ":common", configuration: "namedElements")) { transitive false } shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false } + shadowCommon(project(path: ":annotations")) } processResources {