mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
Configure remote gradle build cache.
This commit is contained in:
parent
a8fa232301
commit
0e75027525
@ -61,3 +61,15 @@ include 'samples:cordapp-configuration'
|
||||
include 'samples:network-verifier'
|
||||
include 'serialization'
|
||||
include 'serialization-deterministic'
|
||||
|
||||
buildCache {
|
||||
local {
|
||||
enabled = false
|
||||
}
|
||||
remote(HttpBuildCache) {
|
||||
// url = 'http://localhost:5071/cache/'
|
||||
// CI server: gradle-build-cache
|
||||
url = 'http://40.114.193.246:80/cache/'
|
||||
push = true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user