瀏覽代碼

Merge pull request #62 from csmith/master

Update path to plugin PMD reports.
pull/63/merge
Greg Holmes 9 年之前
父節點
當前提交
31d1df16cc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      circle.yml

+ 1
- 1
circle.yml 查看文件

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

Loading…
取消
儲存