mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 23:32:40 +01:00
7 lines
143 B
Groovy
7 lines
143 B
Groovy
allprojects {
|
|
repositories {
|
|
mavenCentral()
|
|
jcenter()
|
|
flatDir name:'flat', dirs:["S_DIR/.gradle/flatRepo"]
|
|
}
|
|
}
|