We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc4360 commit a45d482Copy full SHA for a45d482
pom.xml
@@ -805,7 +805,7 @@
805
<!-- recompile everything for target VM except the module-info.java -->
806
<configuration>
807
<excludes>
808
- <exclude>module-info.java</exclude>
+ <exclude>javax/money/module-info.java</exclude>
809
</excludes>
810
</configuration>
811
</execution>
@@ -814,7 +814,7 @@
814
<source>${maven.compile.sourceLevel}</source>
815
<target>${maven.compile.targetLevel}</target>
816
817
818
819
820
</plugin>
src/main/java/module-info.java …c/main/java/javax/money/module-info.javasrc/main/java/module-info.java renamed to src/main/java/javax/money/module-info.java
0 commit comments