Skip to content

Commit

Permalink
Merge pull request #717 from cantaloupe-project/source-target
Browse files Browse the repository at this point in the history
Set source and target to Java 17
  • Loading branch information
ksclarke authored Dec 18, 2024
2 parents 3242e89 + 4b21971 commit 0fb4c54
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 @@ -11,8 +11,8 @@
<inceptionYear>2015</inceptionYear>

<properties>
<maven.compile.source>11</maven.compile.source>
<maven.compile.target>11</maven.compile.target>
<maven.compile.source>17</maven.compile.source>
<maven.compile.target>17</maven.compile.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jetty.version>11.0.17</jetty.version>
Expand Down

0 comments on commit 0fb4c54

Please sign in to comment.