mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-17 12:57:22 +00:00
build.gradle: Version control generated protobuf files again.
This effectively reverts commit 002fe8184c. It lead to too much support hassle.
This commit is contained in:
@@ -24,6 +24,10 @@ 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