chaged build name
added include statements removed unnessisary include
This commit is contained in:
@@ -23,7 +23,7 @@ subprojects {
|
|||||||
//api("org.json:json:${rootProject.json_version}")
|
//api("org.json:json:${rootProject.json_version}")
|
||||||
|
|
||||||
implementation "org.json:json:${json_version}"
|
implementation "org.json:json:${json_version}"
|
||||||
include "org.json:json:${json_version}"
|
//include "org.json:json:${json_version}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,8 @@ dependencies {
|
|||||||
|
|
||||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||||
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
|
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
|
||||||
|
|
||||||
|
include("org.json:json:${json_version}")
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx8G
|
|||||||
minecraft_version=1.21.5
|
minecraft_version=1.21.5
|
||||||
|
|
||||||
archives_base_name=speedometer
|
archives_base_name=speedometer
|
||||||
mod_version=6.3.0
|
mod_version=6.3.0-no-hard-org-json
|
||||||
maven_group=me.zacharias
|
maven_group=me.zacharias
|
||||||
|
|
||||||
# https://modrinth.com/mod/architectury-api/versions
|
# https://modrinth.com/mod/architectury-api/versions
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ dependencies {
|
|||||||
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }
|
shadowCommon(project(path: ":common", configuration: "transformProductionNeoForge")) { transitive = false }
|
||||||
|
|
||||||
forgeRuntimeLibrary "org.json:json:${json_version}"
|
forgeRuntimeLibrary "org.json:json:${json_version}"
|
||||||
|
include("org.json:json:${json_version}")
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
|||||||
Reference in New Issue
Block a user