Skip to content

Commit

Permalink
ci: Try switching to maven.compiler.release
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Feb 28, 2024
1 parent 79dd326 commit bc1778e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/trino-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

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

<dependencies>
Expand Down

0 comments on commit bc1778e

Please sign in to comment.