chore: Add shadow org.json lib

This commit is contained in:
ChronosX88 2019-10-01 23:36:19 +04:00
parent 908a652503
commit eca5e03b6f

View File

@ -20,6 +20,9 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
shadowJar {
relocate 'org.json', 'shadow.org.json'
}
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'