Merge branch 'v3.0' into v3.0
This commit is contained in:
commit
79c4dbc88c
481 changed files with 1310 additions and 87 deletions
|
|
@ -7,6 +7,7 @@ include ':bukkit-helper-116'
|
|||
include ':bukkit-helper-116-2'
|
||||
include ':bukkit-helper-116-3'
|
||||
include ':bukkit-helper-116-4'
|
||||
include ':bukkit-helper-117'
|
||||
include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
|
|
@ -16,16 +17,16 @@ include ':fabric-1.16.2'
|
|||
include ':fabric-1.16.1'
|
||||
include ':fabric-1.15.2'
|
||||
include ':fabric-1.14.4'
|
||||
include ':forge-1.16.5'
|
||||
include ':forge-1.16.4'
|
||||
include ':forge-1.16.3'
|
||||
include ':forge-1.16.2'
|
||||
include ':forge-1.16.1'
|
||||
include ':forge-1.15.2'
|
||||
include ':forge-1.14.4'
|
||||
include ':forge-1.13.2'
|
||||
include ':forge-1.12.2'
|
||||
include ':forge-1.11.2'
|
||||
//include ':forge-1.16.5'
|
||||
//include ':forge-1.16.4'
|
||||
//include ':forge-1.16.3'
|
||||
//include ':forge-1.16.2'
|
||||
//include ':forge-1.16.1'
|
||||
//include ':forge-1.15.2'
|
||||
//include ':forge-1.14.4'
|
||||
//include ':forge-1.13.2'
|
||||
//include ':forge-1.12.2'
|
||||
//include ':forge-1.11.2'
|
||||
|
||||
project(':spigot').projectDir = "$rootDir/spigot" as File
|
||||
project(':bukkit-helper-113-2').projectDir = "$rootDir/bukkit-helper-113-2" as File
|
||||
|
|
@ -35,6 +36,7 @@ project(':bukkit-helper-116').projectDir = "$rootDir/bukkit-helper-116" as File
|
|||
project(':bukkit-helper-116-2').projectDir = "$rootDir/bukkit-helper-116-2" as File
|
||||
project(':bukkit-helper-116-3').projectDir = "$rootDir/bukkit-helper-116-3" as File
|
||||
project(':bukkit-helper-116-4').projectDir = "$rootDir/bukkit-helper-116-4" as File
|
||||
project(':bukkit-helper-117').projectDir = "$rootDir/bukkit-helper-117" 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
|
||||
|
|
@ -44,13 +46,14 @@ project(':fabric-1.16.2').projectDir = "$rootDir/fabric-1.16.2" as File
|
|||
project(':fabric-1.16.1').projectDir = "$rootDir/fabric-1.16.1" as File
|
||||
project(':fabric-1.15.2').projectDir = "$rootDir/fabric-1.15.2" as File
|
||||
project(':fabric-1.14.4').projectDir = "$rootDir/fabric-1.14.4" as File
|
||||
project(':forge-1.16.5').projectDir = "$rootDir/forge-1.16.5" as File
|
||||
project(':forge-1.16.4').projectDir = "$rootDir/forge-1.16.4" as File
|
||||
project(':forge-1.16.3').projectDir = "$rootDir/forge-1.16.3" as File
|
||||
project(':forge-1.16.2').projectDir = "$rootDir/forge-1.16.2" as File
|
||||
project(':forge-1.16.1').projectDir = "$rootDir/forge-1.16.1" as File
|
||||
project(':forge-1.15.2').projectDir = "$rootDir/forge-1.15.2" as File
|
||||
project(':forge-1.14.4').projectDir = "$rootDir/forge-1.14.4" as File
|
||||
project(':forge-1.13.2').projectDir = "$rootDir/forge-1.13.2" as File
|
||||
project(':forge-1.12.2').projectDir = "$rootDir/forge-1.12.2" as File
|
||||
project(':forge-1.11.2').projectDir = "$rootDir/forge-1.11.2" as File
|
||||
//project(':forge-1.16.5').projectDir = "$rootDir/forge-1.16.5" as File
|
||||
//project(':forge-1.16.4').projectDir = "$rootDir/forge-1.16.4" as File
|
||||
//project(':forge-1.16.3').projectDir = "$rootDir/forge-1.16.3" as File
|
||||
//project(':forge-1.16.2').projectDir = "$rootDir/forge-1.16.2" as File
|
||||
//project(':forge-1.16.1').projectDir = "$rootDir/forge-1.16.1" as File
|
||||
//project(':forge-1.15.2').projectDir = "$rootDir/forge-1.15.2" as File
|
||||
//project(':forge-1.14.4').projectDir = "$rootDir/forge-1.14.4" as File
|
||||
//project(':forge-1.13.2').projectDir = "$rootDir/forge-1.13.2" as File
|
||||
//project(':forge-1.12.2').projectDir = "$rootDir/forge-1.12.2" as File
|
||||
//project(':forge-1.11.2').projectDir = "$rootDir/forge-1.11.2" as File
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue