More gradle updates

This commit is contained in:
Michael Primm 2023-06-09 23:42:40 -04:00
parent 126d8e5d05
commit dd81ea2d87
9 changed files with 19 additions and 17 deletions

View file

@ -10,6 +10,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.16.1-R0.1-SNAPSHOT'
implementation group: 'org.spigotmc', name: 'spigot', version:'1.16.1-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.16.1-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.16.1-R0.1-SNAPSHOT'
}