ports/security/ghidra/files/repos.gradle

7 lines
115 B
Groovy

allprojects {
repositories {
mavenCentral()
jcenter()
flatDir name:'flat', dirs:["${WRKDIR}/flatRepo"]
}
}