Browse Source

Merge pull request #62 from csmith/master

Update path to plugin PMD reports.
pull/63/merge
Greg Holmes 9 years ago
parent
commit
31d1df16cc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      circle.yml

+ 1
- 1
circle.yml View File

38
     - build/libs/dmdirc-javadoc.jar
38
     - build/libs/dmdirc-javadoc.jar
39
 
39
 
40
     - client/build/reports/pmd/*
40
     - client/build/reports/pmd/*
41
-    - plugins/reports/pmd/*
41
+    - plugins/pmd/*
42
     - util/build/reports/pmd/*
42
     - util/build/reports/pmd/*
43
     - parser/build/reports/pmd/*
43
     - parser/build/reports/pmd/*
44
 
44
 

Loading…
Cancel
Save