Skip to content

Commit

Permalink
[improve][build] Require Java 17 or Java 21 for building Pulsar (#22875)
Browse files Browse the repository at this point in the history
(cherry picked from commit e31dbdd)
  • Loading branch information
lhotari committed Oct 4, 2024
1 parent 8fa42ca commit 9d476bc
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 @@ -2025,8 +2025,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 9d476bc

Please sign in to comment.