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}")
|
||||
|
||||
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 }
|
||||
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
|
||||
|
||||
include("org.json:json:${json_version}")
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user