Skip to content

Commit

Permalink
Restored module build.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsticks committed Apr 15, 2018
1 parent c5e99ce commit 30b83e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>${maven.compile.sourceLevel}</source>
<source>${maven.compile.targetLevel}</source>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -808,16 +808,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<source>9</source>
<target>9</target>
<!-- compile everything to ensure module-info contains right entries -->
<!-- required when JAVA_HOME is JDK 8 or below -->
<jdkToolchain>
Expand All @@ -836,7 +830,7 @@
<source>${maven.compile.sourceLevel}</source>
<target>${maven.compile.targetLevel}</target>
<excludes>
<exclude>java.money/module-info.java</exclude>
<exclude>module-info.java</exclude>
</excludes>
</configuration>
</execution>
Expand Down
File renamed without changes.

0 comments on commit 30b83e3

Please sign in to comment.