diff --git a/bukkit-helper-117/build.gradle b/bukkit-helper-117/build.gradle index ecd5efbb..fc862dff 100644 --- a/bukkit-helper-117/build.gradle +++ b/bukkit-helper-117/build.gradle @@ -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' } diff --git a/bukkit-helper-118-2/build.gradle b/bukkit-helper-118-2/build.gradle index a583bb88..cc86d143 100644 --- a/bukkit-helper-118-2/build.gradle +++ b/bukkit-helper-118-2/build.gradle @@ -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' } diff --git a/bukkit-helper-118/build.gradle b/bukkit-helper-118/build.gradle index f8833535..f7093a23 100644 --- a/bukkit-helper-118/build.gradle +++ b/bukkit-helper-118/build.gradle @@ -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' } diff --git a/bukkit-helper-119-3/build.gradle b/bukkit-helper-119-3/build.gradle index d5f8ac03..8a0525d1 100644 --- a/bukkit-helper-119-3/build.gradle +++ b/bukkit-helper-119-3/build.gradle @@ -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' } diff --git a/bukkit-helper-119-4/build.gradle b/bukkit-helper-119-4/build.gradle index 962e044d..1f7a9179 100644 --- a/bukkit-helper-119-4/build.gradle +++ b/bukkit-helper-119-4/build.gradle @@ -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' } diff --git a/bukkit-helper-119/build.gradle b/bukkit-helper-119/build.gradle index 5701c996..4061ec3d 100644 --- a/bukkit-helper-119/build.gradle +++ b/bukkit-helper-119/build.gradle @@ -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' } diff --git a/bukkit-helper-120/build.gradle b/bukkit-helper-120/build.gradle index fd6fa835..a3224671 100644 --- a/bukkit-helper-120/build.gradle +++ b/bukkit-helper-120/build.gradle @@ -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' } diff --git a/spigot/build.gradle b/spigot/build.gradle index f7ec36b7..f313995f 100644 --- a/spigot/build.gradle +++ b/spigot/build.gradle @@ -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