Skip to content

Commit

Permalink
DependencyLockTaskConfigurer: add pmd to ignored configurations in gl…
Browse files Browse the repository at this point in the history
…obal locks
  • Loading branch information
rpalcolea committed Jul 10, 2020
1 parent b4e5ed1 commit 813d48d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ class DependencyLockTaskConfigurer {
public static final String SAVE_LOCK_TASK_NAME = 'saveLock'
public static final String SAVE_GLOBAL_LOCK_TASK_NAME = 'saveGlobalLock'

final Set<String> configurationsToSkipForGlobalLock = ['checkstyle', 'findbugs', 'findbugsPlugins', 'jacocoAgent', 'jacocoAnt', 'spotbugs', 'spotbugsPlugins', 'zinc']
final Set<String> configurationsToSkipForGlobalLock = ['checkstyle', 'findbugs', 'findbugsPlugins', 'jacocoAgent', 'jacocoAnt', 'spotbugs', 'spotbugsPlugins', 'zinc', 'pmd']

Project project

Expand Down

0 comments on commit 813d48d

Please sign in to comment.