forked from Louvorg/ReaderForSelfoss-multiplatform
Added build cache.
This commit is contained in:
@@ -6,6 +6,17 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
buildCache {
|
||||
remote<HttpBuildCache> {
|
||||
url = uri("http://18.0.0.7:3071/cache/")
|
||||
isAllowInsecureProtocol = true
|
||||
isAllowUntrustedServer = true
|
||||
isUseExpectContinue = true
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "ReaderForSelfossV2"
|
||||
include(":androidApp")
|
||||
include(":shared")
|
||||
Reference in New Issue
Block a user