Skip to content

Commit

Permalink
[improve][build] Require Java 17 or Java 21 for building Pulsar (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored and hanmz committed Feb 12, 2025
1 parent 82f835a commit b628eea
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 @@ -1979,8 +1979,8 @@ flexible messaging model and an intuitive client API.</description>
<configuration>
<rules>
<requireJavaVersion>
<version>17</version>
<message>Java 17+ is required to build Pulsar.</message>
<version>[17,18),[21,22)</version>
<message>Java 17 or Java 21 is required to build Pulsar.</message>
</requireJavaVersion>
<requireMavenVersion>
<version>3.6.1</version>
Expand Down

0 comments on commit b628eea

Please # to comment.