File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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
8788processResources {
You can’t perform that action at this time.
0 commit comments