Skip to content

Commit

Permalink
Set release version as Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Nov 15, 2024
1 parent 68783e1 commit 81c3ef5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@

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

0 comments on commit 81c3ef5

Please sign in to comment.