Avoid jar bloat during shadow building

This commit is contained in:
Michael Primm 2023-06-09 03:47:31 -04:00
parent 6863243d49
commit 126d8e5d05
8 changed files with 26 additions and 26 deletions

View File

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.17-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.17-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.17-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.17-R0.1-SNAPSHOT'
}

View File

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.18.2-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.18.2-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.18.2-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.18.2-R0.1-SNAPSHOT'
}

View File

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.18-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.18-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.18-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.18-R0.1-SNAPSHOT'
}

View File

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.19.3-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.19.3-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.19.3-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.19.3-R0.1-SNAPSHOT'
}

View File

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.19.4-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.19.4-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.19.4-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.19.4-R0.1-SNAPSHOT'
}

View File

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.19-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.19-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.19-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.19-R0.1-SNAPSHOT'
}

View File

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.20-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.20-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20-R0.1-SNAPSHOT'
}

View File

@ -17,21 +17,21 @@ repositories {
}
dependencies {
implementation group: 'org.bukkit', name: 'bukkit', version: '1.10.2-R0.1-SNAPSHOT'
implementation 'com.nijikokun.bukkit:Permissions:3.1.6'
implementation 'me.lucko.luckperms:luckperms-api:4.3'
implementation 'net.luckperms:api:5.0'
implementation('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
implementation 'net.skinsrestorer:skinsrestorer-api:14.2.+'
compileOnly group: 'org.bukkit', name: 'bukkit', version: '1.10.2-R0.1-SNAPSHOT'
compileOnly 'com.nijikokun.bukkit:Permissions:3.1.6'
compileOnly 'me.lucko.luckperms:luckperms-api:4.3'
compileOnly 'net.luckperms:api:5.0'
compileOnly('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
compileOnly 'net.skinsrestorer:skinsrestorer-api:14.2.+'
implementation project(":dynmap-api")
implementation project(path: ":DynmapCore", configuration: "shadow")
implementation group: 'ru.tehkode', name: 'PermissionsEx', version: '1.19.1'
implementation group: 'de.bananaco', name: 'bPermissions', version: '2.9.1'
implementation group: 'com.platymuus.bukkit.permissions', name: 'PermissionsBukkit', version: '1.6'
implementation group: 'org.anjocaido', name: 'EssentialsGroupManager', version: '2.10.1'
compileOnly group: 'ru.tehkode', name: 'PermissionsEx', version: '1.19.1'
compileOnly group: 'de.bananaco', name: 'bPermissions', version: '2.9.1'
compileOnly group: 'com.platymuus.bukkit.permissions', name: 'PermissionsBukkit', version: '1.6'
compileOnly group: 'org.anjocaido', name: 'EssentialsGroupManager', version: '2.10.1'
implementation group: 'org.bstats', name: 'bstats-bukkit', version: '2.2.1'
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
compileOnly group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
implementation project(':bukkit-helper')
implementation(project(':bukkit-helper-113-2')) {
transitive = false