forked from Chakyl/EmbersTextAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
27 lines (24 loc) · 868 Bytes
/
settings.gradle
File metadata and controls
27 lines (24 loc) · 868 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
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.neoforged.net/releases' }
maven { url = 'https://maven.fabricmc.net/' }
maven { url = 'https://maven.parchmentmc.org' }
maven { url = 'https://repo.spongepowered.org/repository/maven-public/' }
}
}
plugins {
// Bump to ≥0.8.0 so foojay-resolver depends on Gson 2.10.1 instead of 2.9.1,
// preventing a classpath conflict that breaks Fabric Loom on JDK 17+.
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
}
rootProject.name = 'EmbersTextAPI'
include 'common-1.20.1'
include 'common-1.21.1'
include 'common-1.21.11'
include 'forge-1.20.1'
include 'fabric-1.20.1'
include 'fabric-1.21.1'
include 'fabric-1.21.11'
include 'neoforge-1.21.1'