client: make error logging opt out

This commit is contained in:
Owain van Brakel
2019-11-08 04:36:47 +01:00
parent 894d62998e
commit 7866cc612b
8 changed files with 70 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ dependencies {
}
tasks {
"processTestResources"(ProcessResources::class) {
processTestResources {
val tokens = mapOf(
"rs.version" to ProjectVersions.rsversion.toString(),
"cache.version" to ProjectVersions.cacheversion.toString()