소스 검색

rat check - ignore svn conflict artifacts for module-info.class files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892553 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
Andreas Beeker 2 년 전
부모
커밋
8283430c8c
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      build.gradle

+ 3
- 1
build.gradle 파일 보기

@@ -478,7 +478,9 @@ rat {
"poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/XAdES*.xsd",
"poi-ooxml-full/src/main/xmlschema/org/apache/poi/schemas/xmldsig-core-schema.xsd",
"poi-ooxml-full/src/main/xmlschema/org/apache/poi/xdgf/visio.xsd",
"osgi/README.md"
"osgi/README.md",
// ignore svn conflict artifacts
"**/module-info.class.*"
]

/*

Loading…
취소
저장