Browse Source

Ignore warnings for generated source code in org.eclipse.jgit.benchmark

The source code in the folder .apt_generated is generated by the JMH
code generator, so there's no point in raising any warnings as this
could only be fixed in the upstream code generator.

Change-Id: I882888e7bf924f9ae74182598fcb91671a5c9818
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.7.0.202001151323-m1
Matthias Sohn 4 years ago
parent
commit
e3922b590b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      org.eclipse.jgit.benchmarks/.classpath

+ 1
- 0
org.eclipse.jgit.benchmarks/.classpath View File

@@ -18,6 +18,7 @@
</classpathentry>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>

Loading…
Cancel
Save