Try to get 1.11.2 and 1.12.2 building again
This commit is contained in:
parent
bd91095933
commit
2c33b7eae7
7 changed files with 322 additions and 0 deletions
11
oldgradle/settings.gradle
Normal file
11
oldgradle/settings.gradle
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
rootProject.name = 'dynmap-common'
|
||||
include ':DynmapCore'
|
||||
include ':DynmapCoreAPI'
|
||||
include ':forge-1.12.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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue