mirror of
https://github.com/ChronosX88/JGUN.git
synced 2024-11-09 08:41:01 +00:00
chore: Add shadow org.json lib
This commit is contained in:
parent
908a652503
commit
eca5e03b6f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user