diff --git a/src/Config.groovy b/src/Config.groovy index 554c5a2..050288c 100644 --- a/src/Config.groovy +++ b/src/Config.groovy @@ -78,7 +78,7 @@ class Config { def i = files.iterator() while(i.hasNext()) { def name = i.next() - if(!name.endsWith(".java")) { + if(!name.endsWith(".java") && !name.endsWith(".cls")) { i.remove() } }