This repository has been archived on 2024-10-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
LibZontreck/settings.gradle
Aria a5d69a1730 Update libac version
Update libz version
2023-05-15 21:28:38 -07:00

9 lines
No EOL
249 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' } // Add this line
}
}
rootProject.name = "libzontreck"