This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
Thresholds/settings.gradle

7 lines
213 B
Groovy
Raw Normal View History

2022-06-24 20:42:35 -07:00
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' } // Add this line
2022-06-24 20:42:35 -07:00
}
}