From 36586101c5fecab0b581e3601936033a674a63de Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 7 Jul 2022 16:13:44 -0400 Subject: [PATCH] README - updates for build versions --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index 41213e30..b32a8953 100644 --- a/README.adoc +++ b/README.adoc @@ -8,6 +8,11 @@ Most of the ideas in this project are borrowed from the Spring for Apache Kafka ### Building the project +#### Minimum Supported Versions + +JDK - JDK 17 +Apache Pulsar - 2.10.0 + ``` ./gradlew clean build ```