Skip to content

Commit

Permalink
generate bytecode for JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Aug 21, 2024
1 parent 7312db9 commit b5b5549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<junit.version>5.6.2</junit.version>
<log4j.version>2.17.1</log4j.version>
Expand Down

0 comments on commit b5b5549

Please sign in to comment.