mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-07 22:26:29 -04:00
10 lines
214 B
Groovy
10 lines
214 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "java-libkiwix"
|
|
include 'lib'
|