dynmap/settings.gradle

89 lines
4.0 KiB
Groovy
Raw Normal View History

pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://papermc.io/repo/repository/maven-public/" }
maven { url "https://maven.fabricmc.net/" }
}
}
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'
include ':bukkit-helper-117'
include ':bukkit-helper-118'
include ':bukkit-helper-118-2'
2022-06-07 19:28:16 +02:00
include ':bukkit-helper-119'
include ':bukkit-helper-119-3'
2023-03-16 06:55:32 +01:00
include ':bukkit-helper-119-4'
2023-06-09 08:05:17 +02:00
include ':bukkit-helper-120'
2023-09-22 03:13:15 +02:00
include ':bukkit-helper-120-2'
2023-12-13 04:22:38 +01:00
include ':bukkit-helper-120-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'
2023-12-15 05:47:56 +01:00
include ':fabric-1.20.4'
2023-09-23 20:03:21 +02:00
include ':fabric-1.20.2'
2023-05-23 00:01:52 +02:00
include ':fabric-1.20'
2023-03-16 22:03:57 +01:00
include ':fabric-1.19.4'
2022-02-28 21:14:50 +01:00
include ':fabric-1.18.2'
2021-07-08 03:18:35 +02:00
include ':fabric-1.17.1'
include ':fabric-1.16.4'
include ':fabric-1.15.2'
2021-04-30 21:48:56 +02:00
include ':fabric-1.14.4'
2023-09-22 04:31:24 +02:00
include ':forge-1.20.2'
2023-06-08 22:53:11 +02:00
include ':forge-1.20'
2022-12-09 03:07:05 +01:00
include ':forge-1.19.3'
2022-03-03 00:50:42 +01:00
include ':forge-1.18.2'
include ':forge-1.17.1'
include ':forge-1.16.5'
include ':forge-1.15.2'
include ':forge-1.14.4'
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
project(':bukkit-helper-117').projectDir = "$rootDir/bukkit-helper-117" as File
project(':bukkit-helper-118').projectDir = "$rootDir/bukkit-helper-118" as File
project(':bukkit-helper-118-2').projectDir = "$rootDir/bukkit-helper-118-2" as File
2022-06-07 19:28:16 +02:00
project(':bukkit-helper-119').projectDir = "$rootDir/bukkit-helper-119" as File
project(':bukkit-helper-119-3').projectDir = "$rootDir/bukkit-helper-119-3" as File
2023-03-16 06:55:32 +01:00
project(':bukkit-helper-119-4').projectDir = "$rootDir/bukkit-helper-119-4" as File
2023-06-09 08:05:17 +02:00
project(':bukkit-helper-120').projectDir = "$rootDir/bukkit-helper-120" as File
2023-09-22 03:13:15 +02:00
project(':bukkit-helper-120-2').projectDir = "$rootDir/bukkit-helper-120-2" as File
2023-12-13 04:22:38 +01:00
project(':bukkit-helper-120-4').projectDir = "$rootDir/bukkit-helper-120-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
2023-12-15 05:47:56 +01:00
project(':fabric-1.20.4').projectDir = "$rootDir/fabric-1.20.4" as File
2023-09-23 20:03:21 +02:00
project(':fabric-1.20.2').projectDir = "$rootDir/fabric-1.20.2" as File
2023-05-23 00:01:52 +02:00
project(':fabric-1.20').projectDir = "$rootDir/fabric-1.20" as File
2023-03-16 22:03:57 +01:00
project(':fabric-1.19.4').projectDir = "$rootDir/fabric-1.19.4" as File
2022-02-28 21:14:50 +01:00
project(':fabric-1.18.2').projectDir = "$rootDir/fabric-1.18.2" as File
2021-07-08 03:18:35 +02:00
project(':fabric-1.17.1').projectDir = "$rootDir/fabric-1.17.1" as File
project(':fabric-1.16.4').projectDir = "$rootDir/fabric-1.16.4" as File
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
2023-09-22 04:31:24 +02:00
project(':forge-1.20.2').projectDir = "$rootDir/forge-1.20.2" as File
2023-06-08 22:53:11 +02:00
project(':forge-1.20').projectDir = "$rootDir/forge-1.20" as File
2022-12-09 03:07:05 +01:00
project(':forge-1.19.3').projectDir = "$rootDir/forge-1.19.3" as File
2022-03-03 00:50:42 +01:00
project(':forge-1.18.2').projectDir = "$rootDir/forge-1.18.2" as File
project(':forge-1.17.1').projectDir = "$rootDir/forge-1.17.1" as File
project(':forge-1.16.5').projectDir = "$rootDir/forge-1.16.5" 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
2021-06-21 18:28:22 +02:00