Merge Forge 1.8.9 build into common gradle build
This commit is contained in:
parent
fdd35e5971
commit
d4741d7ed5
98 changed files with 22497 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ include ':forge-1.12.2'
|
|||
include ':forge-1.11.2'
|
||||
include ':forge-1.10.2'
|
||||
include ':forge-1.9.4'
|
||||
include ':forge-1.8.9'
|
||||
|
||||
project(':dynmap').projectDir = "$rootDir/bukkit" as File
|
||||
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
|
||||
|
|
@ -19,4 +20,5 @@ project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" 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.10.2').projectDir = "$rootDir/forge-1.10.2" as File
|
||||
project(':forge-1.9.4').projectDir = "$rootDir/forge-1.9.4" as File
|
||||
project(':forge-1.9.4').projectDir = "$rootDir/forge-1.9.4" as File
|
||||
project(':forge-1.8.9').projectDir = "$rootDir/forge-1.8.9" as File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue