Shadow annotations project so they are in the production jar
This commit is contained in:
parent
8d6a344ded
commit
e301d7d480
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user