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.
Fire/settings.gradle

6 lines
147 B
Groovy
Raw Permalink Normal View History

2024-01-20 23:31:19 -07:00
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = "https://maven.zontreck.com/repository/internal" }
}
}