Adjust build structure for builds requiring older gradle
This commit is contained in:
parent
03a0a58da6
commit
45b914fd84
9 changed files with 15 additions and 2 deletions
11
oldbuilds/settings.gradle
Normal file
11
oldbuilds/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