Skip to content

Commit

Permalink
source and target 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEasy committed Feb 26, 2025
1 parent abe6185 commit 7e4c457
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@

<inceptionYear>2008</inceptionYear>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>

<modules>
<module>parent</module>
<module>spi</module>
Expand Down

0 comments on commit 7e4c457

Please # to comment.