update PMD compatibility with Gradle 2.0

This commit is contained in:
Juraj Michalek
2014-08-11 21:15:03 +02:00
parent 49e264531e
commit 952358e34f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ test {
} }
pmdMain { pmdMain {
ruleSets = [ "basic", "strings" ] ruleSets = [ "java-basic", "java-strings", "java-braces" ]
ignoreFailures = true ignoreFailures = true
} }

View File

@@ -12,7 +12,7 @@ List all available tasks:
Try to compile source code: Try to compile source code:
gradle compile gradle jar
Run tests: Run tests: