Skip to content

Commit

Permalink
Remove support for Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Dec 16, 2024
1 parent 29ab12c commit fd12b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</scm>

<properties>
<java.version>11</java.version>
<java.version>17</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<aether.version>0.9.0.M2</aether.version>
Expand Down

0 comments on commit fd12b1b

Please sign in to comment.