Skip to content

Commit e301d7d

Browse files
committed
Shadow annotations project so they are in the production jar
1 parent 8d6a344 commit e301d7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fabric/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dependencies {
5050

5151
common(project(path: ":common", configuration: "namedElements")) { transitive false }
5252
testImplementation(shadowCommon(project(path: ":common", configuration: "transformProductionFabric"))) { transitive false }
53+
shadowCommon(project(path: ":annotations"))
5354

5455
testImplementation(platform("org.junit:junit-bom:${project.junit_version}"))
5556
testImplementation("org.junit.jupiter:junit-jupiter-api")

forge/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ dependencies {
8282

8383
common(project(path: ":common", configuration: "namedElements")) { transitive false }
8484
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
85+
shadowCommon(project(path: ":annotations"))
8586
}
8687

8788
processResources {

0 commit comments

Comments
 (0)