Merge Forge 1.10.2 into common gradle build
This commit is contained in:
parent
188e2bbe5b
commit
aea52cd142
98 changed files with 22414 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ include ':DynmapCore'
|
|||
include ':DynmapCoreAPI'
|
||||
include ':forge-1.12.2'
|
||||
include ':forge-1.11.2'
|
||||
include ':forge-1.10.2'
|
||||
|
||||
project(':dynmap').projectDir = "$rootDir/bukkit" as File
|
||||
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
|
||||
|
|
@ -16,3 +17,4 @@ project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue