diff --git a/build.gradle b/build.gradle index ee545ca..39f4169 100644 --- a/build.gradle +++ b/build.gradle @@ -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'