forked from VazkiiMods/Botania
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
33 lines (30 loc) · 868 Bytes
/
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
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'QuiltFlower'
url = 'https://server.bbkr.space/artifactory/libs-release/'
}
maven {
name = 'Sponge Snapshots'
url = 'https://repo.spongepowered.org/repository/maven-public/'
}
maven {
name = 'Sleeping Town'
url = 'https://repo.sleeping.town/'
content {
includeGroup 'agency.highlysuspect'
includeGroup 'agency.highlysuspect.minivan'
}
}
gradlePluginPortal()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = 'Botania'
include("Xplat", "Fabric", "Forge")