From 588cff346be3cb47e65f3aeea693c8e158001dd7 Mon Sep 17 00:00:00 2001 From: anovikov Date: Wed, 1 Apr 2015 17:12:54 +0700 Subject: [PATCH] # ignite-663 Fixed build. --- DEVNOTES.txt | 2 ++ parent/pom.xml | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/DEVNOTES.txt b/DEVNOTES.txt index 2e8e431..3a712c7 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -8,6 +8,8 @@ With LGPL dependencies: Look for ignite-fabric-.zip in ./target directory. +NOTE: JDK version should be 1.7.0-* or >= 1.8.0-u40. + JCache TCK compliance ====================== diff --git a/parent/pom.xml b/parent/pom.xml index f408434..f475b85 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -497,7 +497,14 @@ - [1.7,) + + +[INFO] ------------------------------------------------------------------------ +[ERROR] You are trying to compile Apache Ignite with inappropriate JDK version! +[ERROR] Detected JDK Version: ${java.runtime.version} +[ERROR] JDK version should be 1.7.0-* or >= 1.8.0-u40. + + [1.7,1.8),[1.8.0-40,) @@ -641,6 +648,7 @@ release true + [1.8,) -- 2.1.2