Suppress false positive inspections
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
parent
1b3bdce253
commit
f0a5d7b219
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user