chaged build name

added include statements
removed unnessisary include
This commit is contained in:
2025-07-06 14:52:11 +02:00
parent 872fbe2ef9
commit 4e15d74d27
4 changed files with 5 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ dependencies {
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
include("org.json:json:${json_version}")
}
processResources {