build.gradle: generate protobuf classes into the build directory

This commit is contained in:
Andreas Schildbach 2023-09-02 16:31:26 +02:00
parent 4b2a5893ff
commit 21549306ad
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -13,4 +13,3 @@ bin/
out/
*.chain
*.spvchain
core/src/main/java/org/bitcoinj/protobuf/

View File

@ -50,7 +50,6 @@ protobuf {
}
}
}
generatedFilesBaseDir = new File(projectDir, '/src') // workaround for '$projectDir/src'
}
tasks.withType(Test) {