Skip to content

Commit

Permalink
[improve][build] Require Java 17 for building Pulsar branch-3.0 (apac…
Browse files Browse the repository at this point in the history
…he#22875)

(cherry picked from commit ad935a0)
  • Loading branch information
lhotari authored and nikhil-ctds committed Oct 15, 2024
1 parent 7430681 commit 7c5572c
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 @@ -1969,8 +1969,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)</version>
<message>Java 17 (not newer) is required to build Pulsar 3.0.x.</message>
</requireJavaVersion>
<requireMavenVersion>
<version>3.6.1</version>
Expand Down

0 comments on commit 7c5572c

Please sign in to comment.