Update bdledger-apis

This commit is contained in:
2020-04-18 21:45:18 +08:00
parent c7889c1874
commit 05f61ab984
68 changed files with 23326 additions and 21540 deletions

View File

@@ -24,6 +24,15 @@ tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
sourceSets {
main {
proto {
// In addition to the default 'src/main/proto'
srcDir 'api/grpc/pb'
}
}
}
test {
useJUnitPlatform()
// testLogging {