Turn off 1.11.2 for now
This commit is contained in:
parent
e0626c7cac
commit
276d8915ff
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@ rootProject.name = 'dynmap-common'
|
|||
include ':DynmapCore'
|
||||
include ':DynmapCoreAPI'
|
||||
include ':forge-1.12.2'
|
||||
include ':forge-1.11.2'
|
||||
//include ':forge-1.11.2'
|
||||
|
||||
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.11.2').projectDir = "$rootDir/../forge-1.11.2" as File
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue