1
0

Add org.json:json as an include dependency

This commit is contained in:
Ryan Fox (flewkey) 2020-01-07 20:21:13 +00:00 committed by Ryan Fox
parent 26e6077a80
commit f26f294895
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

View File

@ -11,7 +11,8 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}" modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_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 { jar {