17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
rootProject.name = "bdk-jvm"
|
|
|
|
include(":lib")
|
|
includeBuild("plugins")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|