forked from Team-EnderIO/EnderIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
39 lines (32 loc) · 811 Bytes
/
settings.gradle
File metadata and controls
39 lines (32 loc) · 811 Bytes
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
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven {
url = "https://maven.parchmentmc.org"
}
maven {
url = "https://maven.firstdarkdev.xyz/releases"
}
maven {
name = "NeoForged"
url = "https://maven.neoforged.net/releases"
// content {
// includeGroup("net.neoforged")
// }
}
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
rootProject.name = "EnderIO"
include("ensure_plugin")
include("endercore")
include("enderio-armory")
include("enderio-base")
include("enderio-machines")
include("enderio-conduits")
include("enderio-conduits-modded")
// Combined project
include("enderio")