build.gradle: Don't version control generated protobuf files.

This commit is contained in:
Andreas Schildbach
2018-05-05 18:56:29 +02:00
parent fb33e72ad2
commit 002fe8184c
7 changed files with 0 additions and 41009 deletions

View File

@@ -24,10 +24,6 @@ dependencies {
sourceCompatibility = 1.7
protobuf {
generatedFilesBaseDir = new File(projectDir, '/src') // workaround for '$projectDir/src'
}
test {
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
}