Skip to content

Commit

Permalink
module-info.java is placed in the wrong jar zalando#426
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor44 committed Aug 4, 2023
1 parent 6a4b1ed commit 918b121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.RC2</version>
<version>1.0.0.RC3</version>
<!--
This plugin provides most of the heavy lifting to support Java 9+,
until we move away from Java 8 (in favor of 11 or a newer LTS).
Expand All @@ -288,7 +288,7 @@
<goal>add-module-info</goal>
</goals>
<configuration>
<jvmVersion>9</jvmVersion>
<jvmVersion>base</jvmVersion>
<module>
<moduleInfoFile>${project.build.sourceDirectory}/module-info.java</moduleInfoFile>
</module>
Expand Down

0 comments on commit 918b121

Please sign in to comment.