From 6787b0dcbe74d8b188f49946390597cbd590e5a1 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 29 Apr 2020 11:51:22 -0700 Subject: [PATCH] Updated PMD version. --- .idea/mobibot.iml | 2 +- .idea/modules/mobibot.main.iml | 2 +- .idea/modules/mobibot.test.iml | 2 +- build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/mobibot.iml b/.idea/mobibot.iml index 94b4d4b..8c4120d 100644 --- a/.idea/mobibot.iml +++ b/.idea/mobibot.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/mobibot.main.iml b/.idea/modules/mobibot.main.iml index beb8f3c..13a7f5b 100644 --- a/.idea/modules/mobibot.main.iml +++ b/.idea/modules/mobibot.main.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/mobibot.test.iml b/.idea/modules/mobibot.test.iml index b33ac37..ece1a8b 100644 --- a/.idea/modules/mobibot.test.iml +++ b/.idea/modules/mobibot.test.iml @@ -1,5 +1,5 @@ - + diff --git a/build.gradle b/build.gradle index 693e640..0a7ea7a 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask) { } pmd { - toolVersion = '6.22.0' + toolVersion = '6.23.0' ignoreFailures = true ruleSets = [] ruleSetFiles = files("${projectDir}/config/pmd.xml")