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-10-23 01:52:41 +02:00
|
|
|
include ':bukkit-helper-113-2'
|
2019-04-27 23:46:34 +02:00
|
|
|
include ':bukkit-helper-114'
|
2019-05-14 06:40:18 +02:00
|
|
|
include ':bukkit-helper-114-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'
|
2019-03-04 04:10:45 +01:00
|
|
|
include ':forge-1.13.2'
|
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-10-23 01:52:41 +02:00
|
|
|
project(':bukkit-helper-113-2').projectDir = "$rootDir/bukkit-helper-113-2" as File
|
2019-04-27 23:46:34 +02:00
|
|
|
project(':bukkit-helper-114').projectDir = "$rootDir/bukkit-helper-114" as File
|
2019-05-14 06:40:18 +02:00
|
|
|
project(':bukkit-helper-114-1').projectDir = "$rootDir/bukkit-helper-114-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
|
2019-03-04 04:10:45 +01:00
|
|
|
project(':forge-1.13.2').projectDir = "$rootDir/forge-1.13.2" 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
|