forked from public-mirrors/HuskSync
Remove `api` module, include it in with the `bukkit` module for simplicity
parent
390a77b407
commit
847790c514
@ -1,34 +0,0 @@
|
|||||||
dependencies {
|
|
||||||
implementation project(path: ':bukkit')
|
|
||||||
compileOnly project(path: ':common')
|
|
||||||
|
|
||||||
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
|
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
|
||||||
}
|
|
||||||
|
|
||||||
shadowJar {
|
|
||||||
dependencies {
|
|
||||||
exclude(dependency('com.mojang:brigadier'))
|
|
||||||
}
|
|
||||||
|
|
||||||
relocate 'org.apache', 'net.william278.husksync.libraries'
|
|
||||||
relocate 'dev.dejvokep', 'net.william278.husksync.libraries'
|
|
||||||
relocate 'de.themoep', 'net.william278.husksync.libraries'
|
|
||||||
relocate 'org.jetbrains', 'net.william278.husksync.libraries'
|
|
||||||
relocate 'org.intellij', 'net.william278.husksync.libraries'
|
|
||||||
relocate 'com.zaxxer', 'net.william278.husksync.libraries'
|
|
||||||
relocate 'com.google', 'net.william278.husksync.libraries'
|
|
||||||
relocate 'redis.clients', 'net.william278.husksync.libraries'
|
|
||||||
relocate 'org.json', 'net.william278.husksync.libraries.json'
|
|
||||||
relocate 'me.lucko.commodore', 'net.william278.husksync.libraries.commodore'
|
|
||||||
|
|
||||||
relocate 'net.byteflux.libby', 'net.william278.husksync.libraries.libby'
|
|
||||||
relocate 'org.bstats', 'net.william278.husksync.libraries.bstats'
|
|
||||||
relocate 'net.william278.mpdbconverter', 'net.william278.husksync.libraries.mpdbconverter'
|
|
||||||
relocate 'net.william278.hslmigrator', 'net.william278.husksync.libraries.hslconverter'
|
|
||||||
}
|
|
||||||
|
|
||||||
java {
|
|
||||||
withSourcesJar()
|
|
||||||
withJavadocJar()
|
|
||||||
}
|
|
@ -1,6 +1,5 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(path: ':bukkit', configuration: 'shadow')
|
implementation project(path: ':bukkit', configuration: 'shadow')
|
||||||
implementation project(path: ':api', configuration: 'shadow')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
Loading…
Reference in New Issue