Add org.json:json as an include dependency
This commit is contained in:
parent
26e6077a80
commit
f26f294895
@ -11,7 +11,8 @@ dependencies {
|
||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
compile "org.json:json:20190722"
|
||||
modCompile "org.json:json:20190722"
|
||||
include "org.json:json:20190722"
|
||||
}
|
||||
|
||||
jar {
|
||||
|
Loading…
Reference in New Issue
Block a user