-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathsettings.gradle
More file actions
19 lines (18 loc) · 862 Bytes
/
settings.gradle
File metadata and controls
19 lines (18 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { name = 'Architectury'; url = 'https://maven.architectury.dev/' }
maven { name = 'Fabric'; url = 'https://maven.fabricmc.net/' }
maven { name = 'Forge'; url = 'https://maven.minecraftforge.net/' }
maven { name = 'Modrinth'; url = 'https://api.modrinth.com/maven' }
maven { name = 'NeoForge'; url = 'https://maven.neoforged.net/releases/' }
maven { name = 'Sponge'; url = 'https://repo.spongepowered.org/repository/maven-public' }
maven { name = 'Team Resourceful'; url = 'https://maven.teamresourceful.com/repository/maven-public/' }
maven { name = 'TerraformersMC'; url = 'https://maven.terraformersmc.com/' }
}
}
rootProject.name = 'authme'
include 'common'
include 'fabric'
include 'neoforge'