dynmap/settings.gradle

35 lines
1.6 KiB
Groovy
Raw Normal View History

2018-08-12 06:11:20 +02:00
rootProject.name = 'dynmap-common'
include ':spigot'
2018-08-12 06:27:52 +02:00
include ':bukkit-helper-113'
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'
include ':DynmapCore'
include ':DynmapCoreAPI'
include ':forge-1.13.2'
include ':forge-1.12.2'
include ':forge-1.11.2'
include ':forge-1.10.2'
include ':forge-1.9.4'
include ':forge-1.8.9'
2018-08-12 06:11:20 +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
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
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
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
project(':forge-1.10.2').projectDir = "$rootDir/forge-1.10.2" as File
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