Shadow annotations project so they are in the production jar

This commit is contained in:
embeddedt 2023-12-28 14:08:32 -05:00
parent 8d6a344ded
commit e301d7d480
No known key found for this signature in database
GPG Key ID: A69433EC199B5613
2 changed files with 2 additions and 0 deletions

View File

@ -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")

View File

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