Skip to content

Commit

Permalink
Migrate example to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Feb 1, 2024
1 parent 347255e commit 41ec2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/search-example-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<properties>
<compiler-plugin.version>3.12.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus-plugin.version>3.6.9</quarkus-plugin.version>
Expand Down

0 comments on commit 41ec2b9

Please sign in to comment.