forked from Crazy-Crew/CrazyEnchantments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle.kts
38 lines (22 loc) · 1.03 KB
/
settings.gradle.kts
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
pluginManagement {
repositories {
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://repo.dustplanet.de/artifactory/libs-release-local/")
maven("https://repo.md-5.net/content/repositories/snapshots/")
maven("https://ci.ender.zone/plugin/repository/everything/")
maven("https://repo.codemc.org/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.glaremasters.me/repository/towny/")
maven("https://repo.bg-software.com/repository/api/")
maven("https://repo.crazycrew.us/third-party/")
maven("https://maven.enginehub.org/repo/")
maven("https://repo.oraxen.com/releases/")
maven ("https://repo.alessiodp.com/releases/")
maven ("https://s01.oss.sonatype.org/content/repositories/snapshots/")
maven ("https://jitpack.io")
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "CrazyEnchantments"
include("paper")