First pass of 1.18.2 spigot/paper support
This commit is contained in:
parent
a736711392
commit
a0ee4dec1d
11 changed files with 683 additions and 23 deletions
15
bukkit-helper-118-2/build.gradle
Normal file
15
bukkit-helper-118-2/build.gradle
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.18.2)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.18.2'
|
||||
|
||||
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'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue