Skip to content

Commit

Permalink
interchange was not specifying java source/target version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyestein committed Jun 6, 2024
1 parent 9d063df commit f886190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emap-interchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
</configuration>
</plugin>
Expand Down

0 comments on commit f886190

Please sign in to comment.