Skip to content

Commit

Permalink
add java.version property to integrationTest pom.xml
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Jan 22, 2025
1 parent 9d27d98 commit d57a256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamertrack-IntegrationTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<artifactId>gamertrack-IntegrationTest</artifactId>

<properties>
<maven.compiler.source>23</maven.compiler.source>
<maven.compiler.target>23</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit d57a256

Please sign in to comment.