mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-22 07:24:23 +01:00
update pmd and cpd
This commit is contained in:
@@ -4,5 +4,5 @@ plugins {
|
||||
check.dependsOn cpdCheck
|
||||
|
||||
cpd {
|
||||
toolVersion = '6.44.0'
|
||||
toolVersion = '6.45.0'
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ pmd {
|
||||
ruleSetFiles = files("${rootDir}/config/pmd-ruleset.xml")
|
||||
ruleSets = []
|
||||
consoleOutput = true
|
||||
toolVersion = '6.44.0'
|
||||
toolVersion = '6.45.0'
|
||||
}
|
||||
tasks.withType(Test).forEach { testTask ->
|
||||
tasks.withType(Pmd).forEach { pmdTask ->
|
||||
|
||||
Reference in New Issue
Block a user