From 3b103f6718e78d0a772ac066c1e92fa882647f03 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 26 Jun 2024 11:19:05 +0530 Subject: [PATCH] Updated the README file to show the required Java version to compile the project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1402b13..c272d03 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Library for accessing [libkiwix](https://github.com/kiwix/libkiwix) and [libzim] # Build +The project requires `Java 17` to compile, Therefore set the `Gradle JDK` to `Java 17`. + ## Install dependencies ```bash ./install_deps.sh