Spigot 1.21.11 support
This commit is contained in:
parent
2eaedba5c6
commit
f0962ab94c
6 changed files with 708 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ include ':bukkit-helper-121-4'
|
|||
include ':bukkit-helper-121-5'
|
||||
include ':bukkit-helper-121-6'
|
||||
include ':bukkit-helper-121-10'
|
||||
include ':bukkit-helper-121-11'
|
||||
include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
|
|
@ -84,6 +85,7 @@ project(':bukkit-helper-121-4').projectDir = "$rootDir/bukkit-helper-121-4" as F
|
|||
project(':bukkit-helper-121-5').projectDir = "$rootDir/bukkit-helper-121-5" as File
|
||||
project(':bukkit-helper-121-6').projectDir = "$rootDir/bukkit-helper-121-6" as File
|
||||
project(':bukkit-helper-121-10').projectDir = "$rootDir/bukkit-helper-121-10" as File
|
||||
project(':bukkit-helper-121-11').projectDir = "$rootDir/bukkit-helper-121-11" as File
|
||||
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
|
||||
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
|
||||
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue