Suppress false positive inspections

Signed-off-by: Chris Cromer <chris@cromer.cl>
Este commit está contenido en:
2019-10-06 00:09:58 -03:00
padre 1b3bdce253
commit f0a5d7b219

Ver fichero

@@ -21,7 +21,10 @@ plugins {
group 'cl.cromer.azaraka'
version '1.0.0'
// These are used, so ignore the inspections
//noinspection GroovyUnusedAssignment
sourceCompatibility = 1.8
//noinspection GroovyUnusedAssignment
targetCompatibility = 1.8
mainClassName = "cl.cromer.azaraka.Main"