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

@@ -33,6 +33,8 @@ dependencies {
implementation(project(":runescape-api"))
}
tasks.withType<JavaCompile> {
options.compilerArgs.addAll(arrayOf("-source", "7", "-Xlint:-unchecked"))
tasks {
withType<JavaCompile> {
options.compilerArgs.addAll(arrayOf("-source", "7", "-Xlint:-unchecked"))
}
}