forked from webbukkit/dynmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
42 lines (38 loc) · 1.73 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://papermc.io/repo/repository/maven-public/" }
maven { url "https://maven.fabricmc.net/" }
}
}
rootProject.name = 'dynmap-common'
include ':spigot'
//include ':bukkit-helper-117'
//include ':bukkit-helper-118'
//include ':bukkit-helper-118-2'
include ':bukkit-helper-119'
include ':bukkit-helper-119-3'
include ':bukkit-helper-119-4'
include ':bukkit-helper-120'
include ':bukkit-helper-120-2'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
include ':DynmapCoreAPI'
//include ':forge-1.12.2'
//include ':forge-1.11.2'
project(':spigot').projectDir = "$rootDir/spigot" 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
project(':bukkit-helper-119').projectDir = "$rootDir/bukkit-helper-119" as File
project(':bukkit-helper-119-3').projectDir = "$rootDir/bukkit-helper-119-3" as File
project(':bukkit-helper-119-4').projectDir = "$rootDir/bukkit-helper-119-4" as File
project(':bukkit-helper-120').projectDir = "$rootDir/bukkit-helper-120" as File
project(':bukkit-helper-120-2').projectDir = "$rootDir/bukkit-helper-120-2" as File
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.12.2').projectDir = "$rootDir/forge-1.12.2" as File
//project(':forge-1.11.2').projectDir = "$rootDir/forge-1.11.2" as File