2018-08-12 06:11:20 +02:00
|
|
|
rootProject.name = 'dynmap-common'
|
2018-08-24 06:14:55 +02:00
|
|
|
include ':spigot'
|
2018-10-23 01:52:41 +02:00
|
|
|
include ':bukkit-helper-113-2'
|
2019-05-14 06:40:18 +02:00
|
|
|
include ':bukkit-helper-114-1'
|
2019-12-12 21:15:11 +01:00
|
|
|
include ':bukkit-helper-115'
|
2020-06-26 02:29:03 +02:00
|
|
|
include ':bukkit-helper-116'
|
2020-08-13 04:40:06 +02:00
|
|
|
include ':bukkit-helper-116-2'
|
2020-09-11 05:18:51 +02:00
|
|
|
include ':bukkit-helper-116-3'
|
2020-11-03 21:49:40 +01:00
|
|
|
include ':bukkit-helper-116-4'
|
2021-06-12 04:59:04 +02:00
|
|
|
include ':bukkit-helper-117'
|
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'
|
2021-06-28 02:41:42 +02:00
|
|
|
//include ':fabric-1.17'
|
2020-11-10 18:47:23 +01:00
|
|
|
include ':fabric-1.16.4'
|
2020-08-14 15:58:35 +02:00
|
|
|
include ':fabric-1.16.2'
|
2020-08-21 00:33:14 +02:00
|
|
|
include ':fabric-1.16.1'
|
2020-10-13 02:22:20 +02:00
|
|
|
include ':fabric-1.15.2'
|
2021-04-30 21:48:56 +02:00
|
|
|
include ':fabric-1.14.4'
|
2021-06-27 15:07:10 +02:00
|
|
|
include ':forge-1.16.5'
|
|
|
|
include ':forge-1.16.4'
|
|
|
|
include ':forge-1.16.3'
|
|
|
|
include ':forge-1.16.2'
|
|
|
|
include ':forge-1.16.1'
|
|
|
|
include ':forge-1.15.2'
|
|
|
|
include ':forge-1.14.4'
|
|
|
|
include ':forge-1.13.2'
|
2021-06-11 18:31:09 +02:00
|
|
|
//include ':forge-1.12.2'
|
|
|
|
//include ':forge-1.11.2'
|
2018-08-12 06:11:20 +02:00
|
|
|
|
2018-08-24 06:14:55 +02:00
|
|
|
project(':spigot').projectDir = "$rootDir/spigot" as File
|
2018-10-23 01:52:41 +02:00
|
|
|
project(':bukkit-helper-113-2').projectDir = "$rootDir/bukkit-helper-113-2" as File
|
2019-05-14 06:40:18 +02:00
|
|
|
project(':bukkit-helper-114-1').projectDir = "$rootDir/bukkit-helper-114-1" as File
|
2019-12-12 21:15:11 +01:00
|
|
|
project(':bukkit-helper-115').projectDir = "$rootDir/bukkit-helper-115" as File
|
2020-06-26 02:29:03 +02:00
|
|
|
project(':bukkit-helper-116').projectDir = "$rootDir/bukkit-helper-116" as File
|
2020-08-13 04:40:06 +02:00
|
|
|
project(':bukkit-helper-116-2').projectDir = "$rootDir/bukkit-helper-116-2" as File
|
2020-09-11 05:18:51 +02:00
|
|
|
project(':bukkit-helper-116-3').projectDir = "$rootDir/bukkit-helper-116-3" as File
|
2020-11-03 21:49:40 +01:00
|
|
|
project(':bukkit-helper-116-4').projectDir = "$rootDir/bukkit-helper-116-4" as File
|
2021-06-12 04:59:04 +02:00
|
|
|
project(':bukkit-helper-117').projectDir = "$rootDir/bukkit-helper-117" 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
|
2021-06-28 02:41:42 +02:00
|
|
|
//project(':fabric-1.17').projectDir = "$rootDir/fabric-1.17" as File
|
2020-11-10 18:47:23 +01:00
|
|
|
project(':fabric-1.16.4').projectDir = "$rootDir/fabric-1.16.4" as File
|
2020-08-14 15:58:35 +02:00
|
|
|
project(':fabric-1.16.2').projectDir = "$rootDir/fabric-1.16.2" as File
|
2020-08-21 00:33:14 +02:00
|
|
|
project(':fabric-1.16.1').projectDir = "$rootDir/fabric-1.16.1" as File
|
2020-10-13 02:22:20 +02:00
|
|
|
project(':fabric-1.15.2').projectDir = "$rootDir/fabric-1.15.2" as File
|
2021-04-30 21:48:56 +02:00
|
|
|
project(':fabric-1.14.4').projectDir = "$rootDir/fabric-1.14.4" as File
|
2021-06-27 15:07:10 +02:00
|
|
|
project(':forge-1.16.5').projectDir = "$rootDir/forge-1.16.5" as File
|
|
|
|
project(':forge-1.16.4').projectDir = "$rootDir/forge-1.16.4" as File
|
|
|
|
project(':forge-1.16.3').projectDir = "$rootDir/forge-1.16.3" as File
|
|
|
|
project(':forge-1.16.2').projectDir = "$rootDir/forge-1.16.2" as File
|
|
|
|
project(':forge-1.16.1').projectDir = "$rootDir/forge-1.16.1" as File
|
|
|
|
project(':forge-1.15.2').projectDir = "$rootDir/forge-1.15.2" as File
|
|
|
|
project(':forge-1.14.4').projectDir = "$rootDir/forge-1.14.4" as File
|
|
|
|
project(':forge-1.13.2').projectDir = "$rootDir/forge-1.13.2" as File
|
2021-06-11 18:31:09 +02:00
|
|
|
//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
|
2021-06-21 18:28:22 +02:00
|
|
|
|