Skip to content

Commit

Permalink
Fix target version to JDK11 for infra-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Sep 26, 2024
1 parent 4173199 commit 371aeec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/horreum-infra-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 371aeec

Please sign in to comment.