File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6464 </execution >
6565 <execution >
6666 <id >compile-java9</id >
67+ <goals >
68+ <goal >compile</goal >
69+ </goals >
6770 <configuration >
6871 <source >9</source >
6972 <target >9</target >
8285 <Multi-Release >true</Multi-Release >
8386 </manifestEntries >
8487 </archive >
88+ <excludes >
89+ <exclude >/META-INF/versions/9/com/**/*.class</exclude >
90+ </excludes >
8591 </configuration >
8692 </plugin >
8793 </plugins >
Original file line number Diff line number Diff line change 1515 */
1616
1717open module com .google .errorprone .annotation {
18- requires java .base ;
1918 requires java .compiler ;
2019
2120 exports com .google .errorprone .annotations ;
Original file line number Diff line number Diff line change 150150 <bnd ><![CDATA[
151151 Bundle-SymbolicName: com.google.$<replacestring;$<replacestring;${project.artifactId};^error_prone;errorprone>;_;.>
152152 Automatic-Module-Name: $<Bundle-SymbolicName>
153- -exportcontents: com.google.errorprone*
153+ -exportcontents: com.google.errorprone*,!META-INF.*
154154 -noextraheaders: true
155155 -removeheaders: Private-Package
156+ -fixupmessages: ^Classes found in the wrong directory: .*
156157 ]]> </bnd >
157158 </configuration >
158159 </execution >
You can’t perform that action at this time.
0 commit comments