mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 00:27:04 -04:00
24 lines
475 B
Groovy
24 lines
475 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven { url "https://jitpack.io" }
|
|
}
|
|
}
|
|
|
|
rootProject.name='Amethyst'
|
|
include ':jre_lwjgl3glfw'
|
|
include ':app_pojavlauncher'
|
|
|
|
include ':arc_dns_injector'
|
|
include ':methods_injector_agent'
|
|
include ':forge_installer'
|