dynmap/settings.gradle

55 lines
2.5 KiB
Groovy
Raw Normal View History

2018-08-12 06:11:20 +02:00
rootProject.name = 'dynmap-common'
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'
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'
include ':bukkit-helper-116-4'
2018-08-12 06:27:52 +02:00
include ':bukkit-helper'
2018-08-12 06:42:08 +02:00
include ':dynmap-api'
include ':DynmapCore'
include ':DynmapCoreAPI'
include ':fabric-1.16.4'
include ':fabric-1.16.2'
include ':fabric-1.16.1'
include ':fabric-1.15.2'
2021-02-08 05:22:35 +01:00
include ':forge-1.16.5'
2021-01-10 00:25:34 +01:00
include ':forge-1.16.4'
2020-10-14 03:37:19 +02:00
include ':forge-1.16.3'
2020-08-16 04:08:40 +02:00
include ':forge-1.16.2'
include ':forge-1.16.1'
2020-05-24 05:41:11 +02:00
include ':forge-1.15.2'
2020-05-19 05:07:35 +02:00
include ':forge-1.14.4'
2020-04-26 02:50:23 +02:00
include ':forge-1.13.2'
include ':forge-1.12.2'
include ':forge-1.11.2'
2018-08-12 06:11:20 +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
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
project(':bukkit-helper-116-4').projectDir = "$rootDir/bukkit-helper-116-4" 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
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
project(':fabric-1.16.4').projectDir = "$rootDir/fabric-1.16.4" as File
project(':fabric-1.16.2').projectDir = "$rootDir/fabric-1.16.2" as File
project(':fabric-1.16.1').projectDir = "$rootDir/fabric-1.16.1" as File
project(':fabric-1.15.2').projectDir = "$rootDir/fabric-1.15.2" as File
2021-02-08 05:22:35 +01:00
project(':forge-1.16.5').projectDir = "$rootDir/forge-1.16.5" as File
2021-01-10 00:25:34 +01:00
project(':forge-1.16.4').projectDir = "$rootDir/forge-1.16.4" as File
2020-10-14 03:37:19 +02:00
project(':forge-1.16.3').projectDir = "$rootDir/forge-1.16.3" as File
2020-08-16 04:08:40 +02:00
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
2020-05-24 05:41:11 +02:00
project(':forge-1.15.2').projectDir = "$rootDir/forge-1.15.2" as File
2020-05-19 05:07:35 +02:00
project(':forge-1.14.4').projectDir = "$rootDir/forge-1.14.4" as File
2020-04-26 02:50:23 +02:00
project(':forge-1.13.2').projectDir = "$rootDir/forge-1.13.2" 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