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

@@ -23,7 +23,7 @@ subprojects {
//api("org.json:json:${rootProject.json_version}")
implementation "org.json:json:${json_version}"
include "org.json:json:${json_version}"
//include "org.json:json:${json_version}"
}
}

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 {

View File

@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
minecraft_version=1.21.5
archives_base_name=speedometer
mod_version=6.3.0
mod_version=6.3.0-no-hard-org-json
maven_group=me.zacharias
# https://modrinth.com/mod/architectury-api/versions

View File

@@ -33,6 +33,7 @@ dependencies {
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }
forgeRuntimeLibrary "org.json:json:${json_version}"
include("org.json:json:${json_version}")
}
processResources {