chore: add developer information for jvm, android, and python libraries

This commit is contained in:
thunderbiscuit
2024-03-27 09:30:59 -04:00
parent 38ccbb17be
commit 5fc30c6c26
3 changed files with 15 additions and 0 deletions

View File

@@ -80,6 +80,13 @@ afterEvaluate {
url.set("https://github.com/bitcoindevkit/bdk/blob/master/LICENSE-MIT")
}
}
developers {
developer {
id.set("bdkdevelopers")
name.set("Bitcoin Dev Kit Developers")
email.set("dev@bitcoindevkit.org")
}
}
scm {
connection.set("scm:git:github.com/bitcoindevkit/bdk-ffi.git")
developerConnection.set("scm:git:ssh://github.com/bitcoindevkit/bdk-ffi.git")