mirror of
https://github.com/CompeyDev/touch-grass-reminder.git
synced 2024-12-12 12:50:39 +00:00
18 lines
412 B
Groovy
18 lines
412 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Quilt'
|
|
url = 'https://maven.quiltmc.org/repository/release'
|
|
}
|
|
maven {
|
|
name = 'Quilt Snapshots'
|
|
url = 'https://maven.quiltmc.org/repository/snapshot'
|
|
}
|
|
// Currently needed for Intermediary and other temporary dependencies
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|