Skip to content

Commit

Permalink
chore: use modern compiler to emit Java 8 bytecode
Browse files Browse the repository at this point in the history
Motivation:

Our CI uses Java 11.
  • Loading branch information
slandelle committed May 9, 2024
1 parent d6caa5f commit aecfd00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -128,8 +128,7 @@
<properties>
<encoding>UTF-8</encoding>
<github.global.server>github</github.global.server>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<maven.reporting.version>3.1.1</maven.reporting.version>
<maven.version>3.3.9</maven.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit aecfd00

Please sign in to comment.