1
0
Fork 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
1 changed files with 2 additions and 1 deletions

View File

@ -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 {