From 76e9e40baadcb6b30b2b411dffd4eee2c71c8f3d Mon Sep 17 00:00:00 2001 From: Fero Szabo Date: Wed, 12 Jun 2019 13:44:20 +0200 Subject: [PATCH] SQOOP-3441: Prepare Sqoop for Java 11 support Fixed Gradle version in documentation. --- COMPILING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING.adoc b/COMPILING.adoc index 2d7c8994..1a7d24d7 100644 --- a/COMPILING.adoc +++ b/COMPILING.adoc @@ -27,7 +27,7 @@ under the License. Compiling Sqoop requires the following tools: -* Apache ant (1.9.7) or Gradle (4.9) +* Apache ant (1.9.7) or Gradle (5.4.1) * Java JDK 1.8 Additionally, building the documentation requires these tools: