mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
build.gradle: generate protobuf classes into the build directory
This commit is contained in:
parent
4b2a5893ff
commit
21549306ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,4 +13,3 @@ bin/
|
||||
out/
|
||||
*.chain
|
||||
*.spvchain
|
||||
core/src/main/java/org/bitcoinj/protobuf/
|
||||
|
@ -50,7 +50,6 @@ protobuf {
|
||||
}
|
||||
}
|
||||
}
|
||||
generatedFilesBaseDir = new File(projectDir, '/src') // workaround for '$projectDir/src'
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
|
Loading…
Reference in New Issue
Block a user