parent
71af2e8872
commit
3a4b8d7e60
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@ rootProject.name = 'dynmap-common'
|
||||||
include ':DynmapCore'
|
include ':DynmapCore'
|
||||||
include ':DynmapCoreAPI'
|
include ':DynmapCoreAPI'
|
||||||
include ':forge-1.12.2'
|
include ':forge-1.12.2'
|
||||||
//include ':forge-1.11.2'
|
include ':forge-1.11.2'
|
||||||
|
|
||||||
project(':DynmapCore').projectDir = "$rootDir/../DynmapCore" as File
|
project(':DynmapCore').projectDir = "$rootDir/../DynmapCore" as File
|
||||||
project(':DynmapCoreAPI').projectDir = "$rootDir/../DynmapCoreAPI" 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.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.11.2').projectDir = "$rootDir/../forge-1.11.2" as File
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue