Disable PMD: it produces incorrect results with warning UselessParentheses!

pull/3/head
Bertrik Sikken 2017-08-29 13:13:20 +02:00
rodzic 5b6492d0ab
commit 36cd64e814
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -1,5 +1,4 @@
apply plugin: "application"
apply plugin: "pmd"
mainClassName = 'nl.sikken.bertrik.TtnHabBridge'
@ -13,12 +12,6 @@ dependencies {
testCompile libraries.jetty
}
pmd {
ruleSets = [
'java-basic',
]
}
//Add configuration folder to classpath:
startScripts {
classpath += files('../cfg')