PMD fix compatibility with Gradle 2.0

This commit is contained in:
Juraj Michalek
2014-08-11 21:34:05 +02:00
parent 952358e34f
commit 14e84c5c53
2 changed files with 2 additions and 2 deletions

View File

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

View File

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