Skip to content

Commit

Permalink
Use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Feb 20, 2024
1 parent 2b5ef1b commit e39def3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@

<artifactsToPublish>${project.groupId}:sonar-javascript-plugin:jar</artifactsToPublish>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<maven.compiler.release>11</maven.compiler.release>
<jdk.min.version>11</jdk.min.version>
<maven.compiler.release>17</maven.compiler.release>
<jdk.min.version>17</jdk.min.version>
<version.surefire.plugin>3.1.2</version.surefire.plugin>

<!-- FIXME fix javadoc errors -->
Expand Down

0 comments on commit e39def3

Please sign in to comment.