Start 1.20.5 code
This commit is contained in:
parent
9878719337
commit
669c75322a
12 changed files with 891 additions and 29 deletions
|
|
@ -25,6 +25,7 @@ include ':bukkit-helper-119-4'
|
|||
include ':bukkit-helper-120'
|
||||
include ':bukkit-helper-120-2'
|
||||
include ':bukkit-helper-120-4'
|
||||
include ':bukkit-helper-120-5'
|
||||
include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
|
|
@ -64,6 +65,7 @@ project(':bukkit-helper-119-4').projectDir = "$rootDir/bukkit-helper-119-4" as F
|
|||
project(':bukkit-helper-120').projectDir = "$rootDir/bukkit-helper-120" as File
|
||||
project(':bukkit-helper-120-2').projectDir = "$rootDir/bukkit-helper-120-2" as File
|
||||
project(':bukkit-helper-120-4').projectDir = "$rootDir/bukkit-helper-120-4" as File
|
||||
project(':bukkit-helper-120-5').projectDir = "$rootDir/bukkit-helper-120-5" 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