Skip to content

Commit

Permalink
add maven.compiler.target and maven.compiler.source properties to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
chengfang committed Oct 4, 2023
1 parent 1f3fd39 commit d29d7c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@

<properties>
<test.level>INFO</test.level>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.repository.url>https://repository.jboss.org/nexus/content/groups/public/</maven.repository.url>
</properties>

Expand Down

0 comments on commit d29d7c7

Please sign in to comment.