Skip to content

Commit

Permalink
feat(objectionary#344): ignore all module-info.class files from all t…
Browse files Browse the repository at this point in the history
…he libraries of 'spring-fat' integration test
  • Loading branch information
volodya-lombrozo committed Aug 5, 2024
1 parent 4cfdb80 commit aa38603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/spring-fat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ SOFTWARE.
Otherwise the application of our solution will be limited to Java 8.
-->
<excludes>
module-info.class
**/module-info.class
</excludes>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
</configuration>
Expand Down

0 comments on commit aa38603

Please sign in to comment.