mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-16 12:27:24 +00:00
build.gradle: Don't version control generated protobuf files.
This commit is contained in:
@@ -24,10 +24,6 @@ dependencies {
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
|
||||
protobuf {
|
||||
generatedFilesBaseDir = new File(projectDir, '/src') // workaround for '$projectDir/src'
|
||||
}
|
||||
|
||||
test {
|
||||
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user