client: make error logging opt out (#1953)

client: make error logging opt out
This commit is contained in:
Owain van Brakel
2019-11-08 15:57:46 +01:00
committed by GitHub
33 changed files with 197 additions and 13 deletions

View File

@@ -59,7 +59,7 @@ tasks {
"rs.client" to deobjars.find { it.name.startsWith("runescape-client") }.toString().replace("\\", "/")
)
"processResources"(ProcessResources::class) {
processResources {
inputs.properties(tokens)
from("src/main/resources") {
@@ -69,7 +69,7 @@ tasks {
}
}
"processTestResources"(ProcessResources::class) {
processTestResources {
inputs.properties(tokens)
from("src/test/resources") {