Removed hard coded org.json dependency

Added gradle dependancy for org.json
This commit is contained in:
2025-06-22 23:10:01 +02:00
parent 0fdab6874c
commit 872fbe2ef9
26 changed files with 9 additions and 9149 deletions

View File

@@ -21,6 +21,9 @@ subprojects {
// The following line declares the yarn mappings you may select this one as well.
// mappings "net.fabricmc:yarn:@YARN_MAPPINGS@:v2"
//api("org.json:json:${rootProject.json_version}")
implementation "org.json:json:${json_version}"
include "org.json:json:${json_version}"
}
}