2018-08-12 06:11:20 +02:00
|
|
|
rootProject.name = 'dynmap-common'
|
2018-08-24 06:14:55 +02:00
|
|
|
include ':spigot'
|
2018-08-12 06:27:52 +02:00
|
|
|
include ':bukkit-helper-113'
|
2018-08-26 23:48:29 +02:00
|
|
|
include ':bukkit-helper-113-1'
|
2018-08-12 06:27:52 +02:00
|
|
|
include ':bukkit-helper'
|
2018-08-12 06:42:08 +02:00
|
|
|
include ':dynmap-api'
|
2018-08-12 07:53:55 +02:00
|
|
|
include ':DynmapCore'
|
|
|
|
include ':DynmapCoreAPI'
|
2018-08-23 07:24:02 +02:00
|
|
|
include ':forge-1.12.2'
|
2018-08-23 14:52:46 +02:00
|
|
|
include ':forge-1.11.2'
|
2018-08-24 02:13:29 +02:00
|
|
|
include ':forge-1.10.2'
|
2018-08-24 02:35:39 +02:00
|
|
|
include ':forge-1.9.4'
|
2018-08-24 03:47:01 +02:00
|
|
|
include ':forge-1.8.9'
|
2018-08-12 06:11:20 +02:00
|
|
|
|
2018-08-24 06:14:55 +02:00
|
|
|
project(':spigot').projectDir = "$rootDir/spigot" as File
|
2018-08-12 06:27:52 +02:00
|
|
|
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
|
2018-08-26 23:48:29 +02:00
|
|
|
project(':bukkit-helper-113-1').projectDir = "$rootDir/bukkit-helper-113-1" as File
|
2018-08-12 06:42:08 +02:00
|
|
|
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
|
|
|
|
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
|
2018-08-12 07:53:55 +02:00
|
|
|
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
|
|
|
|
project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
|
2018-08-23 07:24:02 +02:00
|
|
|
project(':forge-1.12.2').projectDir = "$rootDir/forge-1.12.2" as File
|
2018-08-23 14:52:46 +02:00
|
|
|
project(':forge-1.11.2').projectDir = "$rootDir/forge-1.11.2" as File
|
2018-08-24 02:35:39 +02:00
|
|
|
project(':forge-1.10.2').projectDir = "$rootDir/forge-1.10.2" as File
|
2018-08-24 03:47:01 +02:00
|
|
|
project(':forge-1.9.4').projectDir = "$rootDir/forge-1.9.4" as File
|
|
|
|
project(':forge-1.8.9').projectDir = "$rootDir/forge-1.8.9" as File
|