mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-03-11 04:45:23 -04:00
6 lines
171 B
Kotlin
6 lines
171 B
Kotlin
dependencyResolutionManagement {
|
|
repositories {
|
|
maven { url = uri("http://localhost:9999") }
|
|
}
|
|
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
|
|
} |