mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-05-13 21:07:48 +00:00
26 lines
589 B
Groovy
26 lines
589 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
exclusiveContent {
|
|
forRepository {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = uri('https://maven.fabricmc.net')
|
|
}
|
|
}
|
|
filter {
|
|
includeGroupAndSubgroups('net.fabricmc')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
|
|
}
|
|
|
|
rootProject.name = "options-profiles"
|
|
include("common")
|
|
include("fabric")
|
|
include("neoforge")
|