Skip to content

Commit

Permalink
compatibility issues with java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbeMiglio committed Jul 13, 2024
1 parent ab95a54 commit 586a638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<artifactId>powerlib-common</artifactId>

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

Expand Down

0 comments on commit 586a638

Please sign in to comment.