Compare commits

...

3 commits

Author SHA1 Message Date
0e6b3dc5e3 Update plugin io.github.goooler.shadow to v8.1.8
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
2026-06-30 06:14:25 +00:00
0745a40c7a Merge pull request 'Update dependency org.spigotmc:spigot-api' (#13) from renovate/org.spigotmc-spigot-api-1.x into main
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
2026-06-28 23:14:43 -07:00
d37d35a8dc Update dependency org.spigotmc:spigot-api
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
2026-06-29 06:14:35 +00:00
6 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ buildscript {
plugins {
//id "com.github.johnrengelman.shadow" version "7.1.0"
id "io.github.goooler.shadow" version "8.1.7"
id "io.github.goooler.shadow" version "8.1.8"
id 'java'
id 'maven-publish'
}

View file

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.18-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.18-rc3-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')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.2-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.2-experimental-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.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')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-experimental-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.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')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-experimental-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.5-R0.1-SNAPSHOT'
}

View file

@ -12,7 +12,7 @@ dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.11-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.11-R0.2-SNAPSHOT'
compileOnly ('org.spigotmc:spigot:1.21.11-R0.1-SNAPSHOT') {
exclude group: "com.mojang", module: "jtracy"
}