Skip to content

Commit

Permalink
Merge pull request #58 from chengfang/java.8.properties
Browse files Browse the repository at this point in the history
add maven.compiler.target and maven.compiler.source properties to 8
  • Loading branch information
tadamski authored Oct 4, 2023
2 parents 1f3fd39 + d29d7c7 commit 6664abc
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 6664abc

Please sign in to comment.